ROS node for interacting with Sphero RVR.
Requires a Python 3-based ROS installation.
- Stream sensor data (locator, quaternion, gyroscope, velocity) from RVR and publish it to /odom, plus publish a TF from /odom to /base_link.
- A launch file
- Subscribe to /cmd_vel and control the RVR's motors
- hard-codes serial port as /dev/ttyTHS1
- Doesn't exit on ^C, needs a ^\
- dependency on sphero-sdk python package not encoded