Closed tylertian123 closed 5 years ago
Needs testing...
Brach test/pos-int
in frc-2019 was created to test the algorithm's feasibility.
First try failed pretty badly. The positions and directions were all wrong, and somehow it also broke the driving. Further testing is needed.
Branch renamed to pos-integration
.
The 2020 release of WPILib seems to contain odometry classes! They can be used to estimate the robot's position: https://docs.wpilib.org/en/latest/docs/software/kinematics-and-odometry/differential-drive-odometry.html
Merged with #38.
Devise an algorithm that takes individual wheel movements at points in time and calculate the robot's path from the data in order to know the robot's position.