Request: How to Change Segway IP Address

asked 2015-10-28 14:04:34 -0500

seggy gravatar image

updated 2015-10-29 03:00:38 -0500

gvdhoorn gravatar image

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!

edit retag flag offensive close merge delete