How to change the default IP address of Hokuyo LRF? [closed]

asked 2018-06-19 01:30:16 -0500

malgudi gravatar image

I have just bought a new hokuyo LRF. It has default ip address. How to change it?

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by gvdhoorn
close date 2018-06-19 02:05:33.708862

Comments

I'd encourage you to ask this question either to Hokuyo themselves, or a more appropriate forum, such as robotics.stackexchange.com. This site is for ROS related Q&A only, and with 40000+ questions we must keep it on-topic as much as possible.

gvdhoorn gravatar image gvdhoorn  ( 2018-06-19 02:05:26 -0500 )edit
2

Just for reference -- you can do this with ROS: see the set_urg_ip.py script in urg_node package that I added years ago cause I hated using their windows software.

fergs gravatar image fergs  ( 2018-06-19 12:05:18 -0500 )edit
1

+1 to that. There are apparently some issues about that though on the urg_node tracker.

gvdhoorn gravatar image gvdhoorn  ( 2018-06-19 12:10:09 -0500 )edit

A full example rosrun urg_node set_urg_ip.py --ip 192.168.0.10 192.168.44.10 192.168.44.1

stevemacenski gravatar image stevemacenski  ( 2018-06-19 12:28:32 -0500 )edit

Just to clarify (as this seems to get more attention now): I'm not against answering this question here. The reason I closed it was because this is a typical example of a system/hw configuration issue that is not ROS-specific. We get quite a few questions like this, and they are always closed as ..

gvdhoorn gravatar image gvdhoorn  ( 2018-06-19 12:30:34 -0500 )edit

.. off-topic.

The fact that a Python script exists in a ROS pkg that happens to be able to do what the OP asks in this specific case is just a coincidence and convenience.

gvdhoorn gravatar image gvdhoorn  ( 2018-06-19 12:32:12 -0500 )edit