Docker configuration with ROS2 Humble for OpenVins implementation with Realsense cameras.
-
Auto-deletion: Temporary Suspended After its execution, the Docker container is automatically deleted. This helps in maintaining a clean environment by freeing up resources on the host machine.
-
ros2_ws-srcfolder: This folder should contain the source code for the ROS2 workspace. The Docker container comes pre-loaded with a custom version ofrealsense-rospackage where the QoS of the output topics are already set asBEST_EFFORT. -
ROS_DOMAIN_ID: it is set by default as 69, you can change it in the dockerfile before building the image.
A step by step series of git clone https://github.com/Prisma-Drone-Team/ov_republisher.gitexamples that tell you how to get a development environment running:
- Clone the repository to your local machine.
- Build the docker imagege with
cd docker && docker build -t ov-rs-ros2 -f ov_humble_rs_dockerfile.txt . - Run the container with
./run_cnt.sh(Auto-deletion removed temporary).
Clone it in ros2_ws-src/pkg/ from outside the container
$ git clone https://github.com/Prisma-Drone-Team/ov_republisher.git $