Skip to content

Commit

Permalink
Merge pull request mavlink#223 from mavlink/pr-mission-raw-comment
Browse files Browse the repository at this point in the history
mission/mission_raw: comment about mission_raw progress
  • Loading branch information
JonasVautherin committed Apr 9, 2021
2 parents 92a237f + 8814758 commit 91c68c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protos/mission/mission.proto
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ message MissionPlan {

// Mission progress type.
message MissionProgress {
int32 current = 1; // Current mission item index (0-based)
int32 current = 1; // Current mission item index (0-based), if equal to total, the mission is finished
int32 total = 2; // Total number of mission items
}

Expand Down
2 changes: 1 addition & 1 deletion protos/mission_raw/mission_raw.proto
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ message ImportQgroundcontrolMissionResponse {

// Mission progress type.
message MissionProgress {
int32 current = 1; // Current mission item index (0-based)
int32 current = 1; // Current mission item index (0-based), if equal to total, the mission is finished
int32 total = 2; // Total number of mission items
}

Expand Down

0 comments on commit 91c68c9

Please sign in to comment.