Skip to content

Commit 1c60c38

Browse files
authored
Merge pull request #344 from mavlink/update-proto
Updated proto to match release
2 parents 1aeb571 + caf5398 commit 1c60c38

File tree

5 files changed

+24
-26
lines changed

5 files changed

+24
-26
lines changed

mavsdk/mission.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class MissionProgress:
353353
Parameters
354354
----------
355355
current : int32_t
356-
Current mission item index (0-based)
356+
Current mission item index (0-based), if equal to total, the mission is finished
357357
358358
total : int32_t
359359
Total number of mission items

mavsdk/mission_raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MissionProgress:
1313
Parameters
1414
----------
1515
current : int32_t
16-
Current mission item index (0-based)
16+
Current mission item index (0-based), if equal to total, the mission is finished
1717
1818
total : int32_t
1919
Total number of mission items

mavsdk/transponder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ async def transponder(self):
579579
Yields
580580
-------
581581
transponder : AdsbVehicle
582-
The next detection
582+
The next detection
583583
584584
585585
"""

mavsdk/transponder_pb2.py

Lines changed: 20 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto

Submodule proto updated from 92a237f to 65d1121

0 commit comments

Comments
 (0)