How to change the default IP address of Hokuyo LRF? [closed]
I have just bought a new hokuyo LRF. It has default ip address. How to change it?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I have just bought a new hokuyo LRF. It has default ip address. How to change it?
Asked: 2018-06-19 01:30:16 -0600
Seen: 2,022 times
Last updated: Jun 19 '18
How to put Hokuyo laser sensor on p2os?
urg_node single echo scan error
Static objects in Lidar view: set minimum distance or remove a sub-range of measurements
Best toolchain for recording kinect data and converting to pointcloud offline?
how to bind a callback to include a MessageEvent [closed]
Laser Assembler with Hokuyo Utm-30lx
Proper source of xncore for compiling svn opencv with openni support?
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.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.
+1 to that. There are apparently some issues about that though on the urg_node tracker.
A full example
rosrun urg_node set_urg_ip.py --ip 192.168.0.10 192.168.44.10 192.168.44.1
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 ..
.. 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.