Skip to content

Commit

Permalink
Bridge camera info topics (fix issue space-ros#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
RBinsonB committed Sep 6, 2024
1 parent ffd82c3 commit 3451fcf
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ def generate_launch_description():
executable='parameter_bridge',
arguments=[
'/clock@rosgraph_msgs/msg/Clock[ignition.msgs.Clock',
'aft_cam_left/camera_info@sensor_msgs/msg/[email protected]',
'/aft_cam_right/camera_info@sensor_msgs/msg/[email protected]',
'/nav_cam_left/camera_info@sensor_msgs/msg/[email protected]',
'/nav_cam_right/camera_info@sensor_msgs/msg/[email protected]',
'/haz_cam_left_front/camera_info@sensor_msgs/msg/[email protected]',
'/haz_cam_left_rear/camera_info@sensor_msgs/msg/[email protected]',
'/haz_cam_right_front/camera_info@sensor_msgs/msg/[email protected]',
'/haz_cam_right_rear/camera_info@sensor_msgs/msg/[email protected]',
'/model/lunar_pole_exploration_rover/odometry@nav_msgs/msg/[email protected]',
'/model/lunar_pole_exploration_rover/left_solar_panel/solar_panel_output@std_msgs/msg/[email protected]',
'/model/lunar_pole_exploration_rover/right_solar_panel/solar_panel_output@std_msgs/msg/[email protected]',
Expand Down

0 comments on commit 3451fcf

Please sign in to comment.