Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions dronekit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2909,6 +2909,14 @@ class Command(mavutil.mavlink.MAVLink_mission_item_message):
pass


class CommandInt(mavutil.mavlink.MAVLink_mission_item_int_message):
"""
A waypoint object.
The same as Command class but latitude and longitude passed as integers
"""
pass


class CommandSequence(object):
"""
A sequence of vehicle waypoints (a "mission").
Expand Down