Skip to content

Commit

Permalink
AP_Scripting: Scripted follow in Plane
Browse files Browse the repository at this point in the history
  • Loading branch information
timtuxworth committed Sep 26, 2024
1 parent c327fa6 commit 378bec6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/AP_Scripting/generator/description/bindings.desc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ userdata Location method get_distance_NE Vector2f Location
userdata Location method get_alt_frame uint8_t
userdata Location method change_alt_frame boolean Location::AltFrame'enum Location::AltFrame::ABSOLUTE Location::AltFrame::ABOVE_TERRAIN
userdata Location method copy Location
userdata Location method line_path_proportion float Location Location

include AP_AHRS/AP_AHRS.h

Expand All @@ -49,7 +48,6 @@ singleton AP_AHRS method get_relative_position_D_home void float'Ref
singleton AP_AHRS method home_is_set boolean
singleton AP_AHRS method healthy boolean
singleton AP_AHRS method airspeed_estimate boolean float'Null
singleton AP_AHRS method airspeed_vector_true boolean Vector3f'Null
singleton AP_AHRS method get_vibration Vector3f
singleton AP_AHRS method earth_to_body Vector3f Vector3f
singleton AP_AHRS method body_to_earth Vector3f Vector3f
Expand Down Expand Up @@ -161,7 +159,6 @@ userdata Vector3f method copy Vector3f
userdata Vector3f method xy Vector2f
userdata Vector3f method rotate_xy void float'skip_check
userdata Vector3f method angle float Vector3f
userdata Vector3f method project void Vector3f

userdata Vector2f field x float'skip_check read write
userdata Vector2f field y float'skip_check read write
Expand Down

0 comments on commit 378bec6

Please sign in to comment.