Adds kinematics for spot pico

This commit is contained in:
Rune Harlyk
2025-08-22 12:21:12 +02:00
parent 251a791876
commit de3912ff10
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ class MotionService {
float angles[12] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
float dir[12] = {1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1};
#if defined(SPOTMICRO_ESP32)
#if defined(SPOTMICRO_ESP32) || defined(SPOTMICRO_ESP32_MINI)
float rest_angles[12] = {0, 90, -145, 0, 90, -145, 0, 90, -145, 0, 90, -145};
float calibration_angles[12] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
#elif defined(SPOTMICRO_YERTLE)