Skip to content

Commit 1c0b8c8

Browse files
Add topic_tools to debian images (#506)
* Add topic_tools to debian images * Also add topic_tools_interfaces
1 parent d9d7d08 commit 1c0b8c8

File tree

6 files changed

+34
-2
lines changed

6 files changed

+34
-2
lines changed

ros2_debian/Dockerfile.debian11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ RUN colcon \
154154
--packages-up-to robot_state_publisher tf2_ros tf2_eigen tf2_kdl tf2_eigen_kdl yaml_cpp_vendor filters \
155155
ros2param ros2interface ros2topic ros2action ros2lifecycle ros2launch ros2run ros_testing \
156156
xacro diagnostic_updater generate_parameter_library angles example_interfaces \
157-
backward_ros pal_statistics \
157+
backward_ros pal_statistics topic_tools \
158158
ackermann_msgs trajectory_msgs tf2_msgs tf2_geometry_msgs sensor_msgs geometry_msgs nav_msgs && \
159159
rm -rf log src build
160160

ros2_debian/Dockerfile.debian12

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ RUN \
160160
--packages-up-to robot_state_publisher tf2_ros tf2_eigen tf2_kdl tf2_eigen_kdl yaml_cpp_vendor filters \
161161
ros2param ros2interface ros2topic ros2action ros2lifecycle ros2launch ros2run ros_testing \
162162
xacro diagnostic_updater generate_parameter_library angles example_interfaces \
163-
backward_ros pal_statistics \
163+
backward_ros pal_statistics topic_tools \
164164
ackermann_msgs trajectory_msgs tf2_msgs tf2_geometry_msgs sensor_msgs geometry_msgs nav_msgs \
165165
sdformat_urdf && \
166166
rm -rf log src build

ros2_debian/ros-controls.humble.repos

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,11 @@ repositories:
6060
type: git
6161
url: https://github.com/ros2-gbp/pal_statistics-release.git
6262
version: debian/humble/bullseye/pal_statistics_msgs
63+
topic_tools:
64+
type: git
65+
url: https://github.com/ros2-gbp/topic_tools-release.git
66+
version: debian/humble/bullseye/topic_tools
67+
topic_tools_interfaces:
68+
type: git
69+
url: https://github.com/ros2-gbp/topic_tools-release.git
70+
version: debian/humble/bullseye/topic_tools_interfaces

ros2_debian/ros-controls.jazzy.repos

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ repositories:
6767
type: git
6868
url: https://github.com/ros2-gbp/pal_statistics-release.git
6969
version: debian/jazzy/bookworm/pal_statistics_msgs
70+
topic_tools:
71+
type: git
72+
url: https://github.com/ros2-gbp/topic_tools-release.git
73+
version: debian/jazzy/bookworm/topic_tools
74+
topic_tools_interfaces:
75+
type: git
76+
url: https://github.com/ros2-gbp/topic_tools-release.git
77+
version: debian/jazzy/bookworm/topic_tools_interfaces

ros2_debian/ros-controls.kilted.repos

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ repositories:
6767
type: git
6868
url: https://github.com/ros2-gbp/pal_statistics-release.git
6969
version: debian/kilted/bookworm/pal_statistics_msgs
70+
topic_tools:
71+
type: git
72+
url: https://github.com/ros2-gbp/topic_tools-release.git
73+
version: debian/kilted/bookworm/topic_tools
74+
topic_tools_interfaces:
75+
type: git
76+
url: https://github.com/ros2-gbp/topic_tools-release.git
77+
version: debian/kilted/bookworm/topic_tools_interfaces

ros2_debian/ros-controls.rolling.repos

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ repositories:
6767
type: git
6868
url: https://github.com/ros2-gbp/pal_statistics-release.git
6969
version: debian/rolling/bookworm/pal_statistics_msgs
70+
topic_tools:
71+
type: git
72+
url: https://github.com/ros2-gbp/topic_tools-release.git
73+
version: debian/rolling/bookworm/topic_tools
74+
topic_tools_interfaces:
75+
type: git
76+
url: https://github.com/ros2-gbp/topic_tools-release.git
77+
version: debian/rolling/bookworm/topic_tools_interfaces

0 commit comments

Comments
 (0)