summaryrefslogtreecommitdiffstats
path: root/Nate's Position Testing/Shooter Testing/src/opcontrol.c
AgeCommit message (Collapse)Author
2016-02-10revised everythingClyne Sullivan
2015-12-06Positioning Attemptfrydaddy07
This might work. Clyne should adapt and maybe use tomorrow
2015-12-02RPM/cannon stuffClyne Sullivan
2015-11-27Positioning Work. Very Importantfrydaddy07
I figured out how to track a robot’s orientation regardless of position or how many turns it has done. This is based on the fact that orientation is entirely dependent on how far the wheels have turned. When the distance is equal, the orientation is the same as the start. when the distance is different, we can observe and measure a the degree to which the difference has affected orientation by factoring in the track (distance between wheels, also radius of the curved path). Using this information, I built some pseudo code that should provide the ability to estimate position with an unknown accuracy.