How can I extract the coordinates of a point cloud

asked 2018-08-19 07:35:37 -0500

linxiaorui gravatar image

updated 2018-08-21 05:46:27 -0500

when I use the software named rviz,How can I extract the coordinates of a point cloud?

edit retag flag offensive close merge delete

Comments

If you iterate over the pointcloud, you can get all the coordinates. The question needs more clarity.

ashwath1993 gravatar image ashwath1993  ( 2018-08-20 02:31:11 -0500 )edit

I need to extract the coordinates of each point so that I can see the coordinates of each point in real time. Rvzi doesn't seem to show the coordinates of each point in real time.What should I do to iterateover the pointcloud?

linxiaorui gravatar image linxiaorui  ( 2018-08-21 05:40:06 -0500 )edit

Rviz displays the pointcloud data if you subscribe to the topic and in the correct frame. To extract the coordinates of all the points as [x,y,z], you will have to iterate over the pointcloud.

ashwath1993 gravatar image ashwath1993  ( 2018-08-22 03:18:25 -0500 )edit

The millimeter wave radar sensor I use is IWR1642BOOST. I'm sorry I'm not familiar with rvzi now. Could you tell me your email address? I would like to send you more details, such as my rviz interface.

linxiaorui gravatar image linxiaorui  ( 2018-08-24 00:00:00 -0500 )edit