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 | Q&A answers.ros.org |
I have just bought a new hokuyo LRF. It has default ip address. How to change it?
Asked: 2018-06-19 01:30:16 -0500
Seen: 1,628 times
Last updated: Jun 19 '18
hokuyo UST-10LX laserscan noise
/etc/network/interfaces configuration for urg node
Implementing constraints in carthesian space in MoveIT
how to add image to model.urdf.xacro
rosserial esp32: unable to sync
ModuleNotFoundError: No module named 'SerialClient'
ethernet not working for Husky Indigo image file
rosserial stops working when trying to use software serial on arduino?
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.