Hokuyo LIDAR data on Graphical Interface
Hi,
I have connected to Hokuyo UST -10LX lidar using ROS. I have installed the necessary wrapper and I could see that Lidar is working properly. When I do
rosrun urg_node urg_node _ip_address:="192.168.0.10" I am able to see a message
Connected to network device with intensity and ID:xxxxxx
Streaming data
I would now like to know how do I capture these data streams on the program to do further computation ? Also, Is it possible to see the LIDAR data on any graphical interface?
Thanks in advance.