Skip to content
Snippets Groups Projects
Commit a0d97a1d authored by Edison Jair Bejarano Sepulveda's avatar Edison Jair Bejarano Sepulveda :airplane_small:
Browse files

Update file README.md

parent ec676452
Branches main
No related tags found
No related merge requests found
...@@ -53,7 +53,11 @@ This Dockerfile (`Dockerfile` as provided, or `Dockerfile.ros2-humble` if you na ...@@ -53,7 +53,11 @@ This Dockerfile (`Dockerfile` as provided, or `Dockerfile.ros2-humble` if you na
3. **Run a Docker container** ▶️ based on the image. This command will start an interactive shell within the container with ROS 2 Humble sourced. 3. **Run a Docker container** ▶️ based on the image. This command will start an interactive shell within the container with ROS 2 Humble sourced.
```bash ```bash
docker run -it llm-navigation-ros2-humble docker run -it --rm \
--env="DISPLAY=$DISPLAY" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:ro" \
--net=host \
ros2-humble-dev
``` ```
Once inside the container, you can start using ROS 2 commands like: Once inside the container, you can start using ROS 2 commands like:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment