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

How to get laser data of Hokuyo UST-20LX

asked 2014-08-18 03:49:39 -0500

Thomaswang gravatar image

Hokuyo UST-20LX 's data interface is Ethernet 100base-TX. I have installed Hokuyo node, but Ethernet interface is not a serial port device, so the /dev/ttyACM0 didn't show up. Is there any drivers for that device under ROS? How can I get the data of UST-20LX?

edit retag flag offensive close merge delete

Comments

Can you try urg_node?

dornhege gravatar image dornhege  ( 2014-08-18 04:42:03 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-08-31 10:11:33 -0500

Bradley Powers gravatar image

urg_node is the correct option. Should be as simple as installing it (apt-get or what have you), and then running it, specifying an IP address.

rosrun urg_node urg_node _ip_address:=192.168.0.10 (the ip address is the factory default).

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-08-18 03:49:39 -0500

Seen: 2,183 times

Last updated: Aug 31 '14