Skip to content

Commit bb387ed

Browse files
author
Nexus Embedded
committed
docker-base: update build-base scripts for ROS1/ROS2
1 parent ebc9d91 commit bb387ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

robot-template/_build/robot-focal-ros1/scripts/build-base.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ forest add-recipes $RECIPES_REPO -t $RECIPES_TAG
2727
# Core packages that should be available for most robots
2828
forest grow xbot2_gui_server
2929
forest grow pybind11
30-
forest grow centauro_cartesio -j8
3130
forest grow xbot2_tools -j8
3231
forest grow cartesio_collision_support -j8
32+
forest grow centauro_cartesio
3333
forest grow xbot2_cli -j8
3434

3535
# Install additional packages if specified

robot-template/_build/robot-noble-ros2/scripts/build-base.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ forest add-recipes $RECIPES_REPO -t $RECIPES_TAG
3232
# Core packages that should be available for most robots
3333
forest grow xbot2_gui_server
3434
forest grow xbot2_tools -j8
35-
forest grow centauro_cartesio -j8
3635
forest grow cartesio_collision_support -j8
36+
forest grow centauro_cartesio
3737
forest grow xbot2_cli
3838
forest grow xbot2_ros
3939
forest grow centauro_cartesio

0 commit comments

Comments
 (0)