Closed chenjunnn closed 2 years ago
I'm trying to used IMU data to do the PID control. And I'm using calculated angle from IMU to compute the error and using angular velocity directly read from IMU to compute the error_dot. So passing in derivative error is needed.
error
error_dot
I'm trying to used IMU data to do the PID control. And I'm using calculated angle from IMU to compute the
error
and using angular velocity directly read from IMU to compute theerror_dot
. So passing in derivative error is needed.