File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,14 @@ Mounts the repository as a volume so code changes are reflected immediately with
6565
6666``` bash
6767docker compose --profile development up -d
68- docker compose --profile development exec lambkin_ros_dev_jazzy bash
68+ docker compose --profile development exec lambkin_dev bash
6969```
7070
7171Inside the container:
7272
7373``` bash
74- rosdep install --from-paths lambkin_ros2 --ignore-src -r -y
74+ apt-get update
75+ rosdep install --from-paths /ws/examples/beluga beluga_ros2 --ignore-src -r -y
7576uv sync
7677colcon build --symlink-install
7778source install/setup.bash
@@ -83,7 +84,7 @@ Builds a fully self-contained image with all dependencies pre-installed. No manu
8384
8485``` bash
8586docker compose --profile production up -d
86- docker compose --profile production exec lambkin_ros_jazzy bash
87+ docker compose --profile production exec lambkin_prod bash
8788```
8889
8990## Usage
You can’t perform that action at this time.
0 commit comments