Skip to content

Comments

[cmd] Fix WaitUntilCommand for match time counting down#8632

Merged
PeterJohnson merged 2 commits intowpilibsuite:mainfrom
Beachbot330:FixWaitUntilTime
Feb 24, 2026
Merged

[cmd] Fix WaitUntilCommand for match time counting down#8632
PeterJohnson merged 2 commits intowpilibsuite:mainfrom
Beachbot330:FixWaitUntilTime

Conversation

@sciencewhiz
Copy link
Contributor

Fixes #8631
Documents that it will return immediately if FMS isn't attached or DS isn't in practice mode.
Related to change in DS match time behavior that was documented in #8606

@sciencewhiz sciencewhiz requested a review from a team as a code owner February 23, 2026 02:25
@github-actions github-actions bot added the component: command-based WPILib Command Based Library label Feb 23, 2026
@github-actions
Copy link
Contributor

This PR modifies commands. Please open a corresponding PR in Python Commands and include a link to this PR.

Fixes wpilibsuite#8631
Documents that it will return immediately if FMS isn't attached or DS
isn't in practice mode.
Related to wpilibsuite#8606
sciencewhiz added a commit to sciencewhiz/mostrobotpy that referenced this pull request Feb 23, 2026
Based on wpilibsuite/allwpilib#8632
Fixes issue reported in wpilibsuite/allwpilib#8631
Documents that it will return immediately if FMS isn't attached or DS isn't in practice mode.
Related to change in DS match time behavior that was documented in
wpilibsuite/allwpilib#8606
@sciencewhiz
Copy link
Contributor Author

This PR modifies commands. Please open a corresponding PR in Python Commands and include a link to this PR.

Opened robotpy/mostrobotpy#247

@PeterJohnson PeterJohnson merged commit ae43b8b into wpilibsuite:main Feb 24, 2026
42 of 43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: command-based WPILib Command Based Library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WaitUntilCommand does not work as documented.

3 participants