This PR, coupled with feeding_web_interface#133 and ada_feeding#175, implements a web-app teleop interface for the robot, along with the ability to customize the "Above Plate" configuration using the web app.
Specifically, this PR makes the following changes:
Add a servo republisher that receives servo messages from the web app, updates the timestamp (in case the web app device is out-of-sync with the robot time), and modifies the frames of end effector twists.
Description
This PR, coupled with
feeding_web_interface
#133 andada_feeding
#175, implements a web-app teleop interface for the robot, along with the ability to customize the "Above Plate" configuration using the web app.Specifically, this PR makes the following changes:
Testing procedure
Tests are described in
feeding_web_interface
#133.