Redo wrist #1
No reviewers
Labels
No labels
Minor
Non-Trivial
Trivial
bug
daily
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
bug
documentation
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ironriders/ReefScape-PostSeason!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "redo-wrist"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I rewrote most of the wrist and elevator to make them better and wrote an overarching control class for it.
Has this been tested on the robot? I would suggest doing that before merging into main
this is now all in redo-climber
@ -0,0 +10,4 @@import edu.wpi.first.wpilibj2.command.Commands;// This class contains all the state for the moving the elevator and wrist together. You should not call the wrist or elevator commands independentlypublic class ElevatorWirstCTL extends IronSubsystem {Wirst -> Wrist
@ -0,0 +29,4 @@DOWN(0),L2(7.5), // todoL3(21), // todoL4(53); // todoA
todois good. Atodothat lists what needs to be done is much better.@ -0,0 +38,4 @@}}public enum WristRotation { // Position in degrees (theoretically)WristRotationInDegreesis better because you'll see it everywhere and not need a comment.@ -0,0 +10,4 @@import edu.wpi.first.wpilibj2.command.Commands;// This class contains all the state for the moving the elevator and wrist together. You should not call the wrist or elevator commands independentlypublic class ElevatorWirstCTL extends IronSubsystem {fixed
@ -0,0 +29,4 @@DOWN(0),L2(7.5), // todoL3(21), // todoL4(53); // todofixed, now says
TODO - These need to be tuned@ -0,0 +38,4 @@}}public enum WristRotation { // Position in degrees (theoretically)i think its pretty obvious, like your never going to be rotating 120 rads or rotations