Skip to content

Commit 01c557d

Browse files
[xsarm_perception] Fix rs_camera topics (#237)
Fix rs_camera topics
1 parent 04a3506 commit 01c557d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

interbotix_ros_xsarms/interbotix_xsarm_perception/launch/xsarm_perception.launch.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def generate_launch_description():
342342
declared_arguments.append(
343343
DeclareLaunchArgument(
344344
'cloud_topic',
345-
default_value='/camera/depth/color/points',
345+
default_value='/camera/camera/depth/color/points',
346346
description='the absolute ROS topic name to subscribe to raw pointcloud data.',
347347
)
348348
)
@@ -374,14 +374,14 @@ def generate_launch_description():
374374
declared_arguments.append(
375375
DeclareLaunchArgument(
376376
'camera_color_topic',
377-
default_value='camera/color/image_raw',
377+
default_value='/camera/camera/color/image_raw',
378378
description='the absolute ROS topic name to subscribe to color images.',
379379
)
380380
)
381381
declared_arguments.append(
382382
DeclareLaunchArgument(
383383
'camera_info_topic',
384-
default_value='camera/color/camera_info',
384+
default_value='/camera/camera/color/camera_info',
385385
description='the absolute ROS topic name to subscribe to the camera color info.',
386386
)
387387
)

interbotix_ros_xsarms/interbotix_xsarm_perception/rviz/xsarm_perception.rviz

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Visualization Manager:
107107
Durability Policy: Volatile
108108
History Policy: Keep Last
109109
Reliability Policy: Reliable
110-
Value: /camera/color/image_raw
110+
Value: /camera/camera/color/image_raw
111111
Value: true
112112
- Class: rviz_default_plugins/Marker
113113
Enabled: true

0 commit comments

Comments
 (0)