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
In #213 a robot_state_received_ was added as a guard against running the active controller against uninitialised state.
In essence, no controller is executed (and thus no control effected) until after the first state packet has been deserialised and run through the pipeline.
This nicely resolves #206, but it would be nice if we could warn users about situations where -- for some reason -- robot state is not received for some time when it should.
The text was updated successfully, but these errors were encountered:
In #213 a
robot_state_received_
was added as a guard against running the active controller against uninitialised state.In essence, no controller is executed (and thus no control effected) until after the first state packet has been deserialised and run through the pipeline.
This nicely resolves #206, but it would be nice if we could warn users about situations where -- for some reason -- robot state is not received for some time when it should.
The text was updated successfully, but these errors were encountered: