Get data from Hokuyo in cpp
I need read the data from the Hokuyo laser, am using ros and i am programing in cpp.
some one know how do it?
Asked by juan.errickson on 2015-08-22 17:52:23 UTC
Answers
You can use the urg_node. All you have to do is to run this node and you can create then another node with a subscriber to a message of type sensor_msgs/LaserScan
. The topic name will be most probably /scan
.
Before writing the subscriber, I recommend you to plug the Hokuyo, ron the urg_node
and then try to visualize it in RViz.
Actually, after googling for 5 seconds I found this with a much more detailed answer.
Asked by Javier V. Gómez on 2015-08-23 07:53:02 UTC
Comments