issues
search
frc2399
/
2022-Season
This is our NEW repository for the 2022 Season.
Other
0
stars
5
forks
source link
Put in code the brake mode for all the motors drive train motors in auton but coast for teleop. All the drive train motors should be brake. Others can be coast
#66
Open
hschilling
opened
2 years ago
hschilling
commented
2 years ago
someone should definitely review this but here is what I did:
Deleted brake comment from DriveTrain subsystem
Added the set idle mode to autonomous in robot container
Changed all the motor controllers to public static in drive train subsystem
Imported can spark max into robot container
Left the drivetrain motors in coast mode in the drivetrain subsystem so they can be in coast mode for teleop
Set climber motors to coast mode in climber subsystem
Same for indexer
Same for intake
Same for shooter
someone should definitely review this but here is what I did: