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

Revision history [back]

click to hide/show revision 1
initial version

With the Hokuyo UTM-30LX-EW connected through ethernet, you can use the urg_node, setting the ip_address parameter value. Default factory Hokuyos come with IP 192.168.0.10.

With the Hokuyo UTM-30LX-EW connected through ethernet, you can use the urg_node, setting the ip_address parameter value. Default factory Hokuyos come with IP 192.168.0.10.

rosrun urg_node urg_node _ip_address:=192.168.0.10

With the Hokuyo UTM-30LX-EW connected through ethernet, you can use the urg_node, setting the ip_address parameter value. Default factory Hokuyos come with IP 192.168.0.10.

rosrun urg_node urg_node _ip_address:=192.168.0.10

-- Edit 1:

PC and laser must be on the same net 192.168.0.XX. Then, you should be able to ping the laser first,

ping 192.168.0.10

-- Edit 2:

If it does not work on a PC with IP 192.168.0.XX, maybe your Hokuyo laser has a different IP address.

To be sure, you can reset the laser IP address to the default one (192.168.0.10), following the instructions from the Laser specification (last page, section 9 - Ethernet settings - IP Initialization ), provided at the Hokuyo webpage.

With the Hokuyo UTM-30LX-EW connected through ethernet, you can use the urg_node, setting the ip_address parameter value. Default factory Hokuyos come with IP 192.168.0.10.

rosrun urg_node urg_node _ip_address:=192.168.0.10

-- Edit 1:

PC and laser must be on the same net 192.168.0.XX. Then, you should be able to ping the laser first,

ping 192.168.0.10

-- Edit 2:

If it does not work on a PC with IP 192.168.0.XX, maybe your Hokuyo laser has a different IP address.

To be sure, you can reset the laser IP address to the default one (192.168.0.10), following the instructions from the Laser specification (last page, section 9 - Ethernet settings - IP Initialization ), provided at the Hokuyo webpage.

If you manage to make it work with the default IP address but then you need to work in a different sub net, in the Hokuyo webpage there is a tool (for Windows) to change the laser IP address.