ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

problem : point cloud2 in rviz

asked 2013-02-02 00:36:35 -0500

marwa gravatar image

updated 2013-02-02 00:49:06 -0500

hello,

I have irobot create & kinect and i try to do this tutorial Visualizing TurtleBot 3D camera Data and i have done every thing correctly but when i tried to Add a PointCloud2 View there is no thing appears can anyone tell me ,what is the problem ?

thanks in advance

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-02-02 02:11:12 -0500

Try rostopic echo /camera/depth/points .. if u seen data is being transferred then u might have to adjust some settings in rviz related to tf..

edit flag offensive delete link more

Comments

@shade it seems to be problem with tf , u know how can i adjust it ?

marwa gravatar image marwa  ( 2013-02-15 00:52:53 -0500 )edit

Can u elaborate problem with tf. Use tf_echo to check transformation between frame_id of camera_depth_points and constant frame like map/world or maybe odom. Are u seeing points when u echo /camera/depth/points??

ayush_dewan gravatar image ayush_dewan  ( 2013-02-15 01:05:10 -0500 )edit
2

answered 2013-02-02 01:50:23 -0500

Make sure you run $rosrun dynamic_reconfigure reconfigure_gui, select camera/driverfrom the list and tick the box for debth_registration. In rviz, change your PointCloud2 topic to/camera/depth_registered/points and also you will see color transformation below the topic, set it to rgb8. make sure your fixed frame is set to /camera_depth_optical_frame.

edit flag offensive delete link more

Comments

Thank you ..i will try this :)

marwa gravatar image marwa  ( 2013-02-02 02:06:30 -0500 )edit

@K_Yousif it is not possible to set color transformation to rgb8 and still there is no cloud point

marwa gravatar image marwa  ( 2013-02-13 00:43:14 -0500 )edit

Question Tools

Stats

Asked: 2013-02-02 00:36:35 -0500

Seen: 455 times

Last updated: Feb 02 '13