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

Tons of additions to everything, mostly auto #125

Merged
merged 57 commits into from
Mar 1, 2024
Merged

Conversation

robo7660
Copy link
Contributor

No description provided.

robo7660 and others added 30 commits February 10, 2024 10:18
PathplannerLib
  - 2024.1.3
  + 2024.2.4

CTRE-Phoenix (v6) https://api.ctr-electronics.com/changelog
  - 24.1.0
  + 24.2.0

REVLib https://docs.revrobotics.com/ion-control-system/sw/revlib/changelog
  - 2024.2.0
  + 2024.2.3

YAGSL https://yagsl.gitbook.io/yagsl/overview/changelog
  - 2024.4.6
  + 2024.4.8.5

CTRE-Phoenix (v5)
  - 5.33.0
  + 5.33.1
smoser and others added 27 commits February 28, 2024 00:45
This came from YAGSL-Example current HEAD (de2938c903d6f0d0)
We don't want to incur this import right now.
We had a local change getTargetSpeeds that looked like this:

    getHeading().getRadians()
       * (RobotBase.isSimulation() || DriverStation.isAutonomous() ? 1 : -1),

Rather than just

    getHeading().getRadians()

Put the rest of the changes back in as they were.

getAutonomousCommand no longer takes a boolean to reset the odometry.
That changed in YAGSL-Example PathPlanner when it changed from taking
a path to a "Path" to using a path to a "Auton".
@smoser-frc smoser-frc merged commit 7dc06f3 into FRC7660:main Mar 1, 2024
1 check passed
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.

4 participants