Where GPS fails, Arttous creates its own reality. A 16-DOF quadrupedal platform powered by ESP32-S3 Dual-Core FreeRTOS and localised via T3S3 LoRa Mesh Time-of-Flight ranging.
System Notice: We are actively seeking kinematic specialists.
Registration grants access to the verify_protocol.
Complete calibration tasks to unlock community entry.
smoothVx / smoothVy prevents abrupt leg parking and tipping on slopes.SemaphoreHandle_t stateMutex gates all shared memory access between TaskControl and TaskNetwork. This prevents race conditions when the web UI sends new gait parameters mid-cycle — a critical stability requirement for any real-time robotics system.smoothVx += (targetVx - smoothVx) * (4.0f × dt) creates natural leg parking transitions, eliminating the mechanical jolt that previously caused tipping on sloped surfaces during v68 field tests.[-1.0, 1.0] before the acos() call — preventing CPU exceptions and hard crashes when a foot target exceeds the physical reach of the leg mechanism.