skohlbr / simple_2wd_robot

ROS packages related to control of a simple 2WD Arduino robot
14 stars 10 forks source link

Can this stack read the wheel encoder data of DFRobot? #2

Closed somebodyus closed 6 years ago

somebodyus commented 8 years ago

Can this stack read the wheel encoder data of DFRobot? Especially the DFRobot MiniQ with DFRobot Mini Encoder Kit.

skohlbr commented 8 years ago

Only open-loop control using two different motor shields is supported so far as documented here: https://github.com/skohlbr/simple_2wd_robot/wiki

It would be relatively easy to add support for reading encoders if some kind of Arduino code snippet is available already, however. In that case, a publisher that writes encoder data out to the ROS world via rosserial would have to be added, too.