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

Himanshu's profile - activity

2016-10-27 04:28:33 -0500 received badge  Famous Question (source)
2016-08-03 08:09:13 -0500 received badge  Notable Question (source)
2016-06-17 15:09:59 -0500 received badge  Popular Question (source)
2016-06-17 11:46:58 -0500 received badge  Student (source)
2016-06-17 10:23:59 -0500 received badge  Scholar (source)
2016-06-10 06:10:01 -0500 answered a question Accesing RosAria Point cloud sensor data

u can try this msg->points.data(). hope it works!!

2016-06-10 06:10:00 -0500 asked a question how to access rosaria/sonar pointcloud data

When i used rostopic echo /RosAria/sonar it showed points: which showed x,y,z,data I want to access these x,y,z data with a cpp file. i'm trying msg->points.data()