File tree 2 files changed +4
-4
lines changed
interbotix_ros_xsarms/interbotix_xsarm_perception
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ def generate_launch_description():
342
342
declared_arguments .append (
343
343
DeclareLaunchArgument (
344
344
'cloud_topic' ,
345
- default_value = '/camera/depth/color/points' ,
345
+ default_value = '/camera/camera/ depth/color/points' ,
346
346
description = 'the absolute ROS topic name to subscribe to raw pointcloud data.' ,
347
347
)
348
348
)
@@ -374,14 +374,14 @@ def generate_launch_description():
374
374
declared_arguments .append (
375
375
DeclareLaunchArgument (
376
376
'camera_color_topic' ,
377
- default_value = 'camera/color/image_raw' ,
377
+ default_value = '/camera/ camera/color/image_raw' ,
378
378
description = 'the absolute ROS topic name to subscribe to color images.' ,
379
379
)
380
380
)
381
381
declared_arguments .append (
382
382
DeclareLaunchArgument (
383
383
'camera_info_topic' ,
384
- default_value = 'camera/color/camera_info' ,
384
+ default_value = '/camera/ camera/color/camera_info' ,
385
385
description = 'the absolute ROS topic name to subscribe to the camera color info.' ,
386
386
)
387
387
)
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Visualization Manager:
107
107
Durability Policy : Volatile
108
108
History Policy : Keep Last
109
109
Reliability Policy : Reliable
110
- Value : /camera/color/image_raw
110
+ Value : /camera/camera/ color/image_raw
111
111
Value : true
112
112
- Class : rviz_default_plugins/Marker
113
113
Enabled : true
You can’t perform that action at this time.
0 commit comments