DevilBotz2876 / ChargedUp2023

Code for the FRC 2023 Robotics Competition
Other
3 stars 0 forks source link

2023-03-10 bug fixes #125

Closed BrownGenius closed 1 year ago

BrownGenius commented 1 year ago

These are changes resulting from drive practice this past Friday.

We needed to change POSITION_GRIPPER_CLOSE to be at a lower arm point because the higher value prevented the driver from fine tuning ground pickup from the front of the robot when the gripper is open. However, One concern I have with changing POSITION_GRIPPER_CLOSE is that there isn't much tolerance in terms of when the gripper closes. We will test this further tonight at WPI, but we need to think about how to implement the proper ArmSafety but also allowing fine tuning near the POSITION_GRIPPER_CLOSE. E.g. have a way to override the auto-close, but that would defeat the purpose.