🎨 Updates and simplifies command handling
This commit is contained in:
@@ -30,8 +30,8 @@ class Kinematics {
|
||||
static constexpr float L = 207.5f / 100.0f;
|
||||
static constexpr float W = 78.0f / 100.0f;
|
||||
#elif defined(SPOTMICRO_ESP32_MINI)
|
||||
static constexpr float l1 = 0.0f / 100.0f;
|
||||
static constexpr float l2 = 0.0f / 100.0f;
|
||||
static constexpr float l1 = 0.01f / 100.0f;
|
||||
static constexpr float l2 = 0.01f / 100.0f;
|
||||
static constexpr float l3 = 52.0f / 100.0f;
|
||||
static constexpr float l4 = 65.0f / 100.0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user