AGHSEagleRobotics / frc1388-2020

FRC 2020 - INFINITE RECHARGE
3 stars 0 forks source link

Autonomous mode #8

Open jtechau opened 4 years ago

jtechau commented 4 years ago

Define and create commands and/or command group for autonomous mode. Details TBD

jtechau commented 4 years ago

The drive train subsystem should implement odometry and angle methods, which autonomous command(s) can use to determine the robot's position and orientation on the field. This should provide a way to navigate the robot to specific field positions during autonomous mode - if the robot knows its starting position. We need to consider how the robot can determine its starting position. Possible tools:

scottbot95 commented 4 years ago

Review Notes for Current Autonomous:

AutonMove Command

AutoTurn Commands