AGHSEagleRobotics / frc1388-2022

FRC 2022 - Rapid React
2 stars 0 forks source link

Invert drive direction #40

Closed isabellebowdey closed 2 years ago

isabellebowdey commented 2 years ago

We want to invert the drive train - the cameras will invert with it. We've put in on the robot controls sheet but need to implement it in the code. We have the function but we need to change the joystick buttons and invert cameras. Design note

Implement function in robot container driven from the buttons. Function will call functions in drive train to invert directions, and functions in camera code to swap the camera views.

(Controls are A for reverse and B for forward on the drive controller).

isabellebowdey commented 2 years ago

We tested on the simulator.