Skip to content

Commit

Permalink
AP_Scripting: Removed alias for get_gyro/accel_health_locked
Browse files Browse the repository at this point in the history
Removed the alias for get_gyro/accel_health_locked for get_gyro_health
  • Loading branch information
haydendonald committed Oct 18, 2023
1 parent 543b54a commit 063cebd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libraries/AP_Scripting/generator/description/bindings.desc
Original file line number Diff line number Diff line change
Expand Up @@ -532,12 +532,10 @@ singleton AP_InertialSensor rename ins
singleton AP_InertialSensor method get_temperature float uint8_t 0 INS_MAX_INSTANCES
singleton AP_InertialSensor method get_gyro_health boolean uint8_t'skip_check
singleton AP_InertialSensor method get_accel_health boolean uint8_t'skip_check
singleton AP_InertialSensor method get_gyro Vector3f uint8_t'skip_check
singleton AP_InertialSensor method get_accel Vector3f uint8_t'skip_check
singleton AP_InertialSensor method get_gyro_health_locked boolean uint8_t'skip_check
singleton AP_InertialSensor method get_gyro_health_locked alias get_gyro_health
singleton AP_InertialSensor method get_accel_health_locked boolean uint8_t'skip_check
singleton AP_InertialSensor method get_accel_health_locked alias get_accel_health
singleton AP_InertialSensor method get_gyro Vector3f uint8_t'skip_check
singleton AP_InertialSensor method get_accel Vector3f uint8_t'skip_check

singleton CAN manual get_device lua_get_CAN_device 1
singleton CAN manual get_device2 lua_get_CAN_device2 1
Expand Down

0 comments on commit 063cebd

Please sign in to comment.