Practice field 3 12 #117
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!117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "practice-field-3-12"
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:
@ -65,3 +65,3 @@new Translation3d(-Units.inchesToMeters(16), -Units.inchesToMeters(18.68), Units.inchesToMeters(18.5)),-Units.inchesToMeters(33.6), -Units.inchesToMeters(22.25), Units.inchesToMeters(13)),new Rotation3d(0, Math.toRadians(0), Math.toRadians(0)));Now that we solved the issue of the command not seeming to work (too slow) should we bring strafing for auto balance back?
@ -39,9 +41,9 @@ public class RobotContainer {new RunCommand(Should be lowercase
Again, we should consider bringing back the prelevel command now that auto level works.
@ -65,3 +65,3 @@new Translation3d(-Units.inchesToMeters(16), -Units.inchesToMeters(18.68), Units.inchesToMeters(18.5)),-Units.inchesToMeters(33.6), -Units.inchesToMeters(22.25), Units.inchesToMeters(13)),new Rotation3d(0, Math.toRadians(0), Math.toRadians(0)));Yeah we could. But idk if we really need it technically need it since we can move on the charging station without slipping. But we can try it
We need it for auto. we could do the same for teleop, we could test it. Not really sure why it didn't work. Although I am not sure if sequential command works the way I think it works. We could just call prelevel command in auto level command directly fi we want to use it