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

ros rviz pointcloud point selection

asked 2018-03-08 10:15:44 -0500

2ROS0 gravatar image

updated 2018-03-08 10:16:25 -0500

Hi,

This page on rviz display types http://wiki.ros.org/rviz/DisplayTypes... on the ros website mentions a attribute that the pointcloud type is "selectable". I'm not sure what that means exactly but it sounds like something I want.

I would like to display a pointcloud, and qualitatively analyse it. During this, I would like to select a point or a group of points through mouseclicks and do simple analysis like get the point coordinates or compute the group centroid etc.

Does rviz allow you to do that?

Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-03-08 10:24:55 -0500

tuandl gravatar image

AFAIK, Rviz is mainly for visualization. What you want to do (select a point/group of points through mouseclicks, etc) should be done using PCL library or your private methods. Then you publish your results in Rviz for display.

edit flag offensive delete link more

Comments

Hmm. Do you know if I could get back stuff like the mouseclick locations, viewpoints, projections from rviz? Then I could go ahead and use that for my methods.

2ROS0 gravatar image 2ROS0  ( 2018-03-08 10:30:58 -0500 )edit

I did a quick search and this #q69019 turned up :) It seems like you can select a point and its position will be printed out.

tuandl gravatar image tuandl  ( 2018-03-08 10:36:19 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-03-08 10:15:44 -0500

Seen: 1,360 times

Last updated: Mar 08 '18