Skip to content

Commit f36bc24

Browse files
committed
rewrite some steps
Signed-off-by: Maria Teresa Ortega <teresa.ortega0903@gmail.com>
1 parent 9f8c946 commit f36bc24

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/beluga/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,14 @@ Mounts the repository as a volume so code changes are reflected immediately with
6565

6666
```bash
6767
docker 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

7171
Inside 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
7576
uv sync
7677
colcon build --symlink-install
7778
source install/setup.bash
@@ -83,7 +84,7 @@ Builds a fully self-contained image with all dependencies pre-installed. No manu
8384

8485
```bash
8586
docker 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

0 commit comments

Comments
 (0)