Everything you should know about ROS2:Humble
451
Note
You can either follow the steps detailed [here](https://docs.ros.org/en/humble/Installation.html) for local installation or use the provided `Docker` image for a containerized environment.
Codes run on top of a Docker image, ensuring a consistent and reproducible environment.
Important
You will need to have
Dockerinstalled on your machine. You can download it from the Docker website.
To run the code, you will need to first pull the Docker image by running the following command:
docker pull abmhamdi/ros2
This may take a while, as the image contains projects' source code, ROS 2, and all necessary system dependencies.
docker compose up -d
bash session inside the ros2 service:docker compose exec -it ros2 bash
You can build a specific package by using the colcon build command and specifying the package name:
colcon build --packages-select <package_name>
docker compose down
This project is licensed under the MIT License - see the LICENSE file for details.
Content type
Image
Digest
sha256:90e631447…
Size
1.2 GB
Last updated
8 months ago
docker pull abmhamdi/ros2