Skip to content

Conversation

wesleymg
Copy link

@wesleymg wesleymg commented Aug 23, 2025

Update Mecanum Drive constructor to match parameter structure of other Mecanum Drive constructors for Wheel Speeds and Wheel Positions. Fixes #7493

Daniel1464 and others added 4 commits August 10, 2025 11:45
Artifacts weren't in OS and architecture subfolders in the zip like all the other
C++ tools
The UKF test was calling `.value()` on an implicit
`units::millisecond_t` type assuming it was `units::second_t`.

I normalized the rest of the dt declarations while I was at it.
…r Mecanum Drive constructors for Wheel Speeds and Wheel Positions.
@wesleymg wesleymg requested review from a team as code owners August 23, 2025 18:59
@calcmogul calcmogul changed the base branch from main to 2027 August 23, 2025 19:56
@calcmogul
Copy link
Member

I've retargeted this PR to the 2027 branch since we don't want to make a breaking change like this for 2026. You'll need to rebase your branch though to fix the conflicts.

sciencewhiz and others added 9 commits August 26, 2025 08:09
In the recent gradle or gradle dependencies update, the documentation
zips were being published as documentation-version-unspecified, where
the unspecified was coming from archiveVersion. It looks like we use a
different method of setting the version, so make sure that
archiveVersion is empty
sccache was enabled but didn't have write credentials
@wesleymg wesleymg requested review from PeterJohnson and a team as code owners September 7, 2025 00:11
@github-actions github-actions bot added component: wpiutil WPI utility library component: hal Hardware Abstraction Layer component: command-based WPILib Command Based Library component: wpimath Math library component: epilogue Annotation-based logging library 2027 2027 target labels Sep 7, 2025
@rzblue
Copy link
Member

rzblue commented Sep 7, 2025

You'll need to rebase this branch onto the 2027 branch.

@wesleymg
Copy link
Author

wesleymg commented Sep 7, 2025

Apologies, didn't mean to do that, was trying to figure out rebranch on my end, and must have accidentally clicked something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2027 2027 target component: command-based WPILib Command Based Library component: epilogue Annotation-based logging library component: examples component: hal Hardware Abstraction Layer component: wpilibc WPILib C++ component: wpilibj WPILib Java component: wpimath Math library component: wpiutil WPI utility library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[example] Mecanum controller command example has incorrect wheel order
10 participants