runeharlyk / SpotMicroESP32-Leika

My take on the quadruped Spot Micro robot. Its built around an ESP32 cam microcontroller and utilizes a svelte app to control it
MIT License
26 stars 2 forks source link

Stop button #13

Closed runeharlyk closed 3 months ago

runeharlyk commented 9 months ago

If the robot is trying to get in an unobtainable position the actuators can be damaged or even burn out.

I want a stop function that disables all servos.

This function should accessible through the API, via websocket and the physical power button. The function should also be called if the power draw limit is exceeded.

The code running the disable function should have the highest priority.