Commit 8611a7a
committed
chore: include ros2_bridge in colcon and runtime image builds
Extend local README, scripts/build.sh, and docker/runtime so rosdep and colcon build the ros2_bridge package together with drs_launch and proto_recorder. Runtime Dockerfile now scopes rosdep to the same package set and passes --rosdistro. Remove a stale commented COPY line from the calibration Dockerfile. Fix duplicate ros2_bridge entry in the runtime colcon build line.
How to verify:
- Run ./scripts/build.sh from a sourced ROS 2 workspace and confirm ros2_bridge builds.
- docker build -f docker/runtime/Dockerfile . (or project CI) completes the colcon step without duplicate-package errors.
Improvements:
- Aligns documented and containerized builds with the ros2_bridge package.
- Narrower rosdep install in runtime Dockerfile versus from-paths src.
Limitations:
- ros2_bridge remains under src/drs-api; clones without drs-api will still not build that package.
Made-with: Cursor1 parent 24c7e56 commit 8611a7a
4 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments