Request: How to Change Segway IP Address
I have been working with a Segway Omni and I need to change the IP address if possible. I have tried a number of pieces of code to change the IP address with no luck really. Basically, I have been using the command queue to try to change the IP address but it simply stays the same.
Example:
rospy.loginfo("Load New IP Address")
cmds = [LOAD_ETH_CONFIG_CMD_ID, [ETH_IP_ADDRESS_INDEX,0x2800A8C0]]
self._add_command_to_queue(cmds)
Is there an easy way to do this?
Thanks!
Asked by seggy on 2015-10-28 14:04:34 UTC
Comments