Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Update State Implementation not followed #179

@tf-mac

Description

@tf-mac

Per flight_mode.py the update_state method 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions