segway omni 50 ros driver
Hi! Is there ros driver for segway omni 50? I tried segway-rmp-node, but the connection between the laptop and the segway always fails, and the error message is "FTD2XX error while opening the usb port: FT_DEVICE_NOT_OPENED". Also I tried a ros driver for this platform got from here: http://www.hsi.gatech.edu/hrl-wiki/index.php/Thoughts_on_the_Segway_RMP_50_Omni. The driver is written in python, but the connection problem persists when the driver tries to claim the interface (segway.py, L168:self.segway.claimInterface(0)) , and the error message is "Device is Busy". I use ros hydro with Ubuntu 12.04 32bit. Maybe I do not configure the interface correctly, (I do give the read/write permission of the usb interface to the driver following this: http://unix.stackexchange.com/questions/25258/ttyusb0-permission-changes-after-restart), thus I appreciate any suggestion from you!