How to enter the dev container to run ROS2 commands

Commands to start and exec into the dev container to run ROS2 tooling.

From the BotBrain directory:

1) Start the dev container:

docker compose up dev -d

2) Open an interactive shell inside it:

docker compose exec dev bash

You’ll have ROS2 tools available and the workspace mounted, without modifying your host OS environment.

Did this answer your question?
😞
😐
🤩