forked from space-ros/demos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bridge camera info topics (fix issue space-ros#36)
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|