You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an I value is set in the heading PID controller, the Robot pose heading will slowly drift, but the OdometryPose does not show this change. I haven't gotten a chance to test this on a real robot, so there's a chance that it's a bug in the heading control logic, but I feel like the gyro should correct for this, so it's probably something simulation-specific (maybe the integrator is putting out a small output which is turning the simulated robot but not the odometry?).
(robot after a minute or so - this doesn't seem to happen at all when `I` is set to 0)
The text was updated successfully, but these errors were encountered:
When an
(robot after a minute or so - this doesn't seem to happen at all when `I` is set to 0)I
value is set in the heading PID controller, the Robot pose heading will slowly drift, but the OdometryPose does not show this change. I haven't gotten a chance to test this on a real robot, so there's a chance that it's a bug in the heading control logic, but I feel like the gyro should correct for this, so it's probably something simulation-specific (maybe the integrator is putting out a small output which is turning the simulated robot but not the odometry?).The text was updated successfully, but these errors were encountered: