|
Re: GRIP WITH PID and 1 Target Tracking
You can't really use vision data directly as the input to a PID loop. It's way too laggy, so you'll always overshoot.
Instead, get a single value, then use that to calculate a setpoint. For the best accuracy, you can get to that setpoint using a PID loop with a gyro or something.
|