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

does anyone have recommendations for library and/or hardware choices for motor controllers under ROS?

The Care-o-Bot robot has motors controlled by the CAN protocol (Control Area Network). There is a ros package but isn't easy to use because you need to know your motor parameters to set up an INI file, and sometimes its aren't known.

I'm using the FAULHABER MCDC3003 drive motor and for now a simple Serial-CAN converter so I don't need any additional library (I'm not using the cob_base_drive). BUT, it isn't a cheap solution. Motor + MCDC3003 costs +- $500

Finally, I am guessing here, you don't have to be worried about the latency when you work with analogical signals because its physic nature is slower than your control loop.