Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring Main to Vision-Testing #24

Open
wants to merge 125 commits into
base: Vision-Testing
Choose a base branch
from
Open

Bring Main to Vision-Testing #24

wants to merge 125 commits into from

Conversation

Mguarr
Copy link
Contributor

@Mguarr Mguarr commented Feb 11, 2024

No description provided.

abuddies0 and others added 30 commits January 30, 2024 20:55
Idk, I switched some of the ys to xs and xs to ys to make the code more consistent. However, that had the consequence of also potentially messing up the auto.
… allow splitting of xy movement and rotation
# Conflicts:
#	src/main/java/frc/robot/Robot.java
#	src/main/java/frc/robot/RobotMap.java
commit be3ca8c
Author: Erik Currin <ehc12345678@gmail.com>
Date:   Sun Jan 28 15:43:34 2024 -0500

    LED Charge up

commit c96a855
Author: Justin-Dana <122135968+Justin-Dana@users.noreply.github.com>
Date:   Sat Jan 27 14:10:56 2024 -0500

    Avoiding CHarege Up stuff

    Basicly just nevr calling it to avoid the issues, its not very important rn anyway.
In code, +x is forwards and +y is left. I tried setting up some Path Planner and it doesn't seem like there's anything wrong (but clearly there is). Path Planner never reaches its end condition even though the pose it's getting, that I confirmed using PathPlannerLogger, is correct.
Essentially, the shooter now has the code to allow it to rotate to change the angle we're shooting from (it may or may not work as of now due to tuning PID, Feedforward, and positive/negative issues).
PathPlanner has been for the most part fixed, but rotation while moving still does not work.
The Shuffleboard is starting to look nice as well.
This is because one person cannot possibly control everything they would need to using a single xbox controller. So two people will be using two controllers during the match.
I haven't had the chance to test yet, but at least the code builds...
Literally just commented about every file that wasn't commented.
I also made it so that the intake can actually rotate using some basic (untuned) PID and Feedforward.
Literally all I did was add a climber subsystem that has a motor in it.
Now the bumper buttons on the drive controller stick the climber up and down.
Essentially, this command intakes from the ground all the way to the top of the shooter.
In the debug tab, there are commands for testing.
Idk why but the LED command LedChargeUp wasn't working since it does weird stuff on initialization, so I removed it from the Shuffleboard.
Just made motors more realistic. Still have yet to validate ports.
Justin-Dana and others added 30 commits March 17, 2024 07:41
These pushes dont build becuase of Autosoucrece intake not being resolved to a tpye, so yall need to fix that
speed and strafe of speed are now in m/s
fixed odometry
turning while moving works in auto
added accleration limit to auto swerve movement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants