LSRobotics / 2016Robot

2016 FRC Robot Code
GNU General Public License v3.0
3 stars 10 forks source link

Coordinate-based autonomous using RevX sensor #52

Closed thefangbear closed 8 years ago

thefangbear commented 8 years ago

Imagine the entire field as a coordinate plane. The y values are the vertical length while the x values are actually the horizontal width. The point where the robot is started is mapped by (0,0). The goal and defenses can also be mapped to their relative coordiates according to then point of origin. In this way we can locate our location on the field using a GIS-like system and therefore take according actions.

Also, since the general structure and length of the field is the same every time in each competition, this method will be generally applicable.

Connor-Devitt commented 8 years ago

using this system we would ha e to design a route for autonomous based in its position and abilities of the robot. If we instead integrate this method into the current autonomous we no longer have to manually route the robot. Is there any benefit to the completely autonomous auton (so no recording) that I think you are implying?

Connor-Devitt commented 8 years ago

And we still have to factor in various starting positions, we will by be able to start in the same place each match

thefangbear commented 8 years ago

Can be closed. We've already done this part. Sorry for the tardiness of not updating github for almost >2 days.