agile_grasp icon indicating copy to clipboard operation
agile_grasp copied to clipboard

What is the difference between cloud_topic and cloud_frame

Open TouchDeeper opened this issue 6 years ago • 2 comments

Hello, I use realsense d435 to test the agile_grasp. The launch file: single_camera_grasps.launch tell me the I need publish the /camera/depth_registered/points and /camera_rgb_optical_frame.

The topic published by realsense is shown in the image below: 2019-04-18 20-51-15屏幕截图

I don't know the difference between /camera/depth_registered/points and /camera_rgb_optical_frame

How can I remap the topic published by realsense to the topic which single_camera_grasps.launch need.

TouchDeeper avatar Apr 19 '19 09:04 TouchDeeper

Have you resolved this problem? Same as me..

ariochen97 avatar Aug 12 '19 05:08 ariochen97

You would want to remap the topic that contains the point cloud.

The difference between /camera/depth_registered/points and /camera_rgb_optical_frame: the first is a ROS topic, the second is a frame.

atenpas avatar Aug 12 '19 18:08 atenpas