Skip to content

Commit

Permalink
AP_Scripting: Add bindings for jump to landing and abort in the mission
Browse files Browse the repository at this point in the history
  • Loading branch information
WickedShell committed Jan 5, 2024
1 parent fa2b87b commit 3224ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/AP_Scripting/generator/description/bindings.desc
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ singleton AP_Mission method cmd_has_location boolean uint16_t'skip_check
singleton AP_Mission method jump_to_tag boolean uint16_t 0 UINT16_MAX
singleton AP_Mission method get_index_of_jump_tag uint16_t uint16_t 0 UINT16_MAX
singleton AP_Mission method get_last_jump_tag boolean uint16_t'Null uint16_t'Null
singleton AP_Mission method jump_to_landing_sequence boolean
singleton AP_Mission method jump_to_abort_landing_sequence boolean


userdata mavlink_mission_item_int_t depends AP_MISSION_ENABLED
Expand Down

0 comments on commit 3224ec5

Please sign in to comment.