ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Well .. a hidraw device is not a serial port. rosserial works with serial ports by default. As you can see from the error, it's trying to initialise your hidraw device as-if it were a serial port, but fails (expectedly I'd say).

You'll either have to somehow make the hidraw device pretend it's a serial port, or extend rosserial to be able to work with your specific device.