EasternEdgeRobotics / Software_2017

The control software for 2017
MIT License
3 stars 0 forks source link

Prevent ROV from hanging on shutdown #284

Closed ConnorWhalen closed 7 years ago

ConnorWhalen commented 7 years ago

addresses #279

Set the dead flag to true if rov hits an exception. Also set a timeout in the rov shutdown method in case of something like a keyboard interrupt.

The timeout in particular will prevent the shutdown from ever hanging.