diff --git a/interbotix_ros_xsarms/interbotix_xsarm_perception/launch/xsarm_perception.launch.py b/interbotix_ros_xsarms/interbotix_xsarm_perception/launch/xsarm_perception.launch.py index 51d446d2..0764be6b 100644 --- a/interbotix_ros_xsarms/interbotix_xsarm_perception/launch/xsarm_perception.launch.py +++ b/interbotix_ros_xsarms/interbotix_xsarm_perception/launch/xsarm_perception.launch.py @@ -342,7 +342,7 @@ def generate_launch_description(): declared_arguments.append( DeclareLaunchArgument( 'cloud_topic', - default_value='/camera/depth/color/points', + default_value='/camera/camera/depth/color/points', description='the absolute ROS topic name to subscribe to raw pointcloud data.', ) ) @@ -374,14 +374,14 @@ def generate_launch_description(): declared_arguments.append( DeclareLaunchArgument( 'camera_color_topic', - default_value='camera/color/image_raw', + default_value='/camera/camera/color/image_raw', description='the absolute ROS topic name to subscribe to color images.', ) ) declared_arguments.append( DeclareLaunchArgument( 'camera_info_topic', - default_value='camera/color/camera_info', + default_value='/camera/camera/color/camera_info', description='the absolute ROS topic name to subscribe to the camera color info.', ) ) diff --git a/interbotix_ros_xsarms/interbotix_xsarm_perception/rviz/xsarm_perception.rviz b/interbotix_ros_xsarms/interbotix_xsarm_perception/rviz/xsarm_perception.rviz index c785d9d5..620ff3d6 100644 --- a/interbotix_ros_xsarms/interbotix_xsarm_perception/rviz/xsarm_perception.rviz +++ b/interbotix_ros_xsarms/interbotix_xsarm_perception/rviz/xsarm_perception.rviz @@ -107,7 +107,7 @@ Visualization Manager: Durability Policy: Volatile History Policy: Keep Last Reliability Policy: Reliable - Value: /camera/color/image_raw + Value: /camera/camera/color/image_raw Value: true - Class: rviz_default_plugins/Marker Enabled: true