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 JavaDoc says that the IntakeSimulation constructor should call SimulatedArena::addIntakeSimulation automatically, but it doesn't do that, and the simulated intake will not work until IntakeSimulation::register is called.
Steps to Reproduce
Create a IntakeSimulation instance
Start the intake
The simulated intake will not intake gamepieces until register is called from user code
The text was updated successfully, but these errors were encountered:
Bug Description
The JavaDoc says that the
IntakeSimulation
constructor should callSimulatedArena::addIntakeSimulation
automatically, but it doesn't do that, and the simulated intake will not work untilIntakeSimulation::register
is called.Steps to Reproduce
IntakeSimulation
instanceregister
is called from user codeThe text was updated successfully, but these errors were encountered: