RobotCasserole1736 / RobotCasserole2024

Main 2024 Robot Code for FRC Team 1736 Robot Casserole
https://robotcasserole.org
MIT License
1 stars 1 forks source link

Create ClimberControl #7

Closed gerth2 closed 7 months ago

gerth2 commented 8 months ago

Two high-level modes need to be supported:

1) just repositioning the carriages 2) Actually lifting the robot.

While lifting the robot, and the rachet is not engaged, a constant voltage should be applied to offset the robot weight.

Spike Bridge Relay (https://docs.wpilib.org/en/stable/docs/controls-overviews/control-system-hardware.html) is likely going to get used to control the solenoid which will activate and deactivate the rachet.

gerth2 commented 8 months ago

https://github.wpilib.org/allwpilib/docs/release/java/edu/wpi/first/wpilibj/Relay.html more spike related

gojira2021 commented 7 months ago

Me and Elliot Watkins Finished the Climber Code. May require some fine tuning down the line.