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 Aug 15, 2023
1 parent 17d7076 commit a9c7323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/mission_raw/mission_raw.proto
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ message MissionImportData {
repeated MissionItem mission_items = 1; // Mission items
repeated MissionItem geofence_items = 2; // Geofence items
repeated MissionItem rally_items = 3; // Rally items
MissionItem planned_home_position = 4; // Planned home position
}

// Result type.
Expand Down

0 comments on commit a9c7323

Please sign in to comment.