arm branch + autobalance #116
No reviewers
Labels
No labels
Arm
Auto
Balancer
Drivetrain
Grabber
Priority: High
Priority: Low
Priority: Medium
Scoring
Vision
enhancement
feature
help wanted
issue
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/ChargedUp!116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Anish-Arm-Branch"
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?
This Pull Request closes issue #
Description of the changes:
Front left is 2, back is 1, front right is 3, back is 5. Pivot is 5, Extender is 6, manipulator is 7/8
@ -93,46 +94,60 @@ public class RobotContainer {vision.camera.setPipelineIndex(4);Should be
whileTruewhileTruefor the rest of the manipulator commands too, otherwise it never gets cancelled), though we should only be using the PID command in realityIf I'm understanding this correctly, Prelevel does the initial balance and auto level keeps it in balance?
It'd be cool to stick a small comment here about that so others know
@ -0,0 +6,4 @@import edu.wpi.first.wpilibj2.command.SubsystemBase;import frc.robot.Constants;/*public class ArmSubsystem extends SubsystemBase {Why the big comment?
yeah your right
@ -0,0 +6,4 @@import edu.wpi.first.wpilibj2.command.SubsystemBase;import frc.robot.Constants;/*public class ArmSubsystem extends SubsystemBase {uhhh I did some work on the extension code from friday, but I never got a chance to finish it and there are some issues with it I need to fix.