You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
daltzctr
changed the title
[BUG]: IterativeRobotBase is missing SimulationInit and SimulationPeriodic
[BUG]: SimulationInit and SimulationPeriodic do not show up in API documentation
Jan 6, 2025
Problem description
https://robotpy.readthedocs.io/projects/robotpy/en/latest/wpilib/IterativeRobotBase.html#wpilib.IterativeRobotBase is missing
SimulationInit()
andSimulationPeriodic()
These are publicly defined in https://github.wpilib.org/allwpilib/docs/release/cpp/classfrc_1_1_iterative_robot_base.html, but the robotpy implementation has these marked private, which causes it to not show up in API documentation.
Operating System
Windows
Installed Python Packages
No response
Reproducible example code
No response
The text was updated successfully, but these errors were encountered: