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

Usually it is quite simple writing a hardware driver for ROS as it mainly is producing a message interface, and possibly diagnostics. That is, given, that you can write/modify a hardware driver not specific to ROS.

For examples you can see the links provided by Bart. There might also be (non-ROS) sample code for your hardware that you can easily modify.