[wpilib] make opmode periodic again#8652
Open
zachwaffle4 wants to merge 10 commits intowpilibsuite:2027from
Open
[wpilib] make opmode periodic again#8652zachwaffle4 wants to merge 10 commits intowpilibsuite:2027from
zachwaffle4 wants to merge 10 commits intowpilibsuite:2027from
Conversation
Member
|
Generally I like the approach.
|
PeterJohnson
requested changes
Mar 5, 2026
wpilibjExamples/src/main/java/org/wpilib/templates/opmode/opmode/MyAuto.java
Outdated
Show resolved
Hide resolved
wpilibjExamples/src/main/java/org/wpilib/templates/opmode/opmode/MyTeleop.java
Outdated
Show resolved
Hide resolved
10f3dc4 to
d7bc0ac
Compare
PeterJohnson
reviewed
Mar 5, 2026
PeterJohnson
reviewed
Mar 5, 2026
…lifying it was annoying
3420584 to
2080aae
Compare
# Conflicts: # wpilibc/src/main/native/cpp/framework/TimedRobot.cpp # wpilibc/src/main/native/cpp/opmode/PeriodicOpMode.cpp # wpilibc/src/main/native/include/wpi/framework/OpModeRobot.hpp # wpilibc/src/main/native/include/wpi/framework/TimedRobot.hpp # wpilibc/src/main/native/include/wpi/opmode/PeriodicOpMode.hpp
auscompgeek
reviewed
Mar 7, 2026
wpilibc/src/main/native/include/wpi/framework/PeriodicPriorityQueue.hpp
Outdated
Show resolved
Hide resolved
872a191 to
4fc8c56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this does some things including but probably not limited to
PeriodicPriorityQueueso that the APIs can be more consistent across classes