VTAstrobotics / Robot-2017

[2017 - A.R.E.S.] Robot code for 2017, powered by ROS on a BeagleBone Black
2 stars 1 forks source link

Enable/disable command for autonomy #19

Open anidev opened 7 years ago

anidev commented 7 years ago

Autonomy wants us to enable/disable their code via ROS to conserve power when its not necessary, so they've set it up to respond to the topic /robot/autonomy/enable using std_msgs.Bool. We need to integrate this aspect into our code.

mconnervt commented 7 years ago

Pending testing.