Two-Wheel-Self-Balancing-Ro.../selfbalance-madgwick
EmaMaker 79cffdac4e initial velocity control loop
Achieved with a PI controller checking the current velocity as output by the motors. Since I'm
using stepper motors, the angular velocity is exact (if the motors are not skipping steps) and does not need encoders on the
motors.

TODO: add a little deadzone either on the setpoint or on the velocity, to prevent
oscillations when around the equilibrium point.
2024-04-25 21:19:16 +02:00
..
Madgwick.cpp upload code. commented. working 2024-03-28 23:34:03 +01:00
Madgwick.h upload code. commented. working 2024-03-28 23:34:03 +01:00
imu.ino initial velocity control loop 2024-04-25 21:19:16 +02:00
motors.ino upload code. commented. working 2024-03-28 23:34:03 +01:00
selfbalance-madgwick.ino initial velocity control loop 2024-04-25 21:19:16 +02:00