-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue
The pathing code is written to where the first waypoint is assumed to be the plane's current location (or home location).
However, this is not provided in the waypoint list by default, leading to possibly either inefficient flight by ardupilot.
Solution
- Put the home position in the waypoint mission
- human enforce (bad)
- make GCS do it (less bad)
- Always pull the plane's current location using mavlink to be the first waypoint.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels