sdcityrobotics / Scarborough_ROS

This is the Scarborough software in the ROS environment
0 stars 0 forks source link

Kill Switch needs to be implemented. #5

Closed Ximidar closed 8 years ago

Ximidar commented 8 years ago

A global boolean for the killswitch needs to be implemented so that the robot can be turned on and off reliably. The easiest way to implement this would be to have the arduino read the switch and every time its pushed to flip a boolean that gets read by the Jetson and lets all active programs know that they need to stop.

Ximidar commented 8 years ago

Kill switch has been implemented.