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

Move esp project to own project folder #29

Closed runeharlyk closed 8 months ago

runeharlyk commented 8 months ago

As the project has been growing, the focus has been shifting which means the controller is getting as important as the esp software.

It also make it possible to expand the project to include other platforms or sims, like raspberry pi and pybullet simulations.

Closing #28