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
{{ message }}
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
Per
flight_mode.pytheupdate_statemethod should follow the signature:def update_state(self, sim_input=None) -> int:However, all the states actually follow the signature:
def update_state(self) -> int:This means inputting simulator currently causes a syntax error.