How to write a motor controller driver?
Hi All,
I need to interface with Orion Robotics' RoboClaw motor controllers and so require some kind of driver. More info on the device here.
I will have several of them connected via USB and need to talk to them individually.
I would like to write the generic driver and create a new instance for each physical device.
I was thinking that I will need a node to run to maintain the connection to the device...? But should requests be received using services or messages?
Thanks for any help,
Chris.