mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 16:30:35 +08:00
Mission topic: the autocontinue option was missing
This commit is contained in:
@@ -79,6 +79,7 @@ struct mission_item_s
|
||||
enum NAV_CMD nav_cmd; /**< true if loitering is enabled */
|
||||
float radius; /**< radius in which the mission is accepted as reached in meters */
|
||||
float time_inside; /**< time that the MAV should stay inside the radius before advancing in seconds */
|
||||
bool autocontinue; /**< true if next waypoint should follow after this one */
|
||||
};
|
||||
|
||||
struct mission_s
|
||||
|
||||
Reference in New Issue
Block a user