Robotics StackExchange | Archived questions

How can I extract the coordinates of a point cloud

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

Asked by linxiaorui on 2018-08-19 07:35:37 UTC

Comments

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

Asked by ashwath1993 on 2018-08-20 02:31:11 UTC

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?

Asked by linxiaorui on 2018-08-21 05:40:06 UTC

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.

Asked by ashwath1993 on 2018-08-22 03:18:25 UTC

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.

Asked by linxiaorui on 2018-08-24 00:00:00 UTC

Answers