CupOfJoeCode / PiRobot

A general purpose robotics framework for the Raspberry Pi written in Python
MIT License
0 stars 0 forks source link

Kill the robot thread when program ends #1

Closed CupOfJoeCode closed 2 years ago

CupOfJoeCode commented 2 years ago

Thread now gets killed when robot is stopped by sending a GET request to server/stop (pressing Enter in the controller)

CupOfJoeCode commented 2 years ago

Not a big issue since a the thread can be remotely killed