smartsystemslab-uf / ROS-ArloRobot

Repository for ROS modules related to research with the Arlo Robot.
GNU General Public License v3.0
2 stars 3 forks source link

dhb10-controller: Consolidate serial ports #8

Open TJLW opened 4 years ago

TJLW commented 4 years ago

The motor controller ROS node currently uses two separate serial ports with one dedicated to reading and writing. This is sub-optimal and should be consolidated to a single port for both reading and writing. See the Targeted Wiring for Arlo for how UART should be set up..

This will need to be tested thoroughly.