Skip to content

Commit

Permalink
mission_raw: add planned home position
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Sep 6, 2023
1 parent 17d7076 commit a22cf87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protos/mission_raw/mission_raw.proto
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ message MissionImportData {
repeated MissionItem mission_items = 1; // Mission items
repeated MissionItem geofence_items = 2; // Geofence items
repeated MissionItem rally_items = 3; // Rally items
bool has_planned_home = 4; // Whether it contains a planned home position element or not
MissionItem planned_home_position = 5; // Planned home position
}

// Result type.
Expand Down

0 comments on commit a22cf87

Please sign in to comment.