So i want to use a inertial sensor for my mecanum robot. I want to use it to correct the mecanum function because sometime it dosn’t turn right. But i tried to read some post but i find them a bit confusing so if someone can show me how to use the inertial sensor this could be cool!
PID is a control method that calculates for overshoot and then corrects it. I would recommend just using a P or PD loop which is much simpler. I used this document to program mine. pid_control_document copy.pdf (141.0 KB)