Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Path manager goes into taxiing mode upon touchdown, after landing. And remains in taxiing mode until it’s time to takeoff.

In taxiing mode, the state machine goes from the sensor fusion states to the taxiing states. This transition is done as soon as the airplane touches down.

The states that are part of taxiing mode are:

  • Roll out

    • set throttle to 0

    • zero all control surfaces

    • wait until movement stops

  • Orient

    • Based on compass readings + gps coordinates, turn the airplane in the direction of the tents

  • Approach

    • Based on CV info (bearing + distance to tent), approach the tent, constantly making corrections.

  • Disconnect

    • Once close enough to the tent, disconnect the autopilot, head back to manual control for package pickup/dropoff.

A note: Once we reengage the autopilot, it should be to takeoff.

  • No labels