-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Enhanced attitude control via scripting #25814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
10e18d1
5a4017b
20ca116
78dd622
e448a72
33e04bc
20b5d9c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -360,9 +360,10 @@ singleton AP_Vehicle method set_target_pos_NED boolean Vector3f boolean float -3 | |
singleton AP_Vehicle method set_target_posvel_NED boolean Vector3f Vector3f | ||
singleton AP_Vehicle method set_target_posvelaccel_NED boolean Vector3f Vector3f Vector3f boolean float -360 +360 boolean float'skip_check boolean | ||
singleton AP_Vehicle method set_target_velaccel_NED boolean Vector3f Vector3f boolean float -360 +360 boolean float'skip_check boolean | ||
singleton AP_Vehicle method set_target_velocity_NED boolean Vector3f | ||
singleton AP_Vehicle manual set_target_velocity_NED lua_AP_Vehicle_set_target_velocity_NED 2 1 | ||
singleton AP_Vehicle method set_target_angle_and_climbrate boolean float -180 180 float -90 90 float -360 360 float'skip_check boolean float'skip_check | ||
singleton AP_Vehicle method set_target_rate_and_throttle boolean float'skip_check float'skip_check float'skip_check float'skip_check | ||
singleton AP_Vehicle method set_target_angle_and_rate_and_throttle boolean float -180 180 float -90 90 float -360 360 float'skip_check float'skip_check float'skip_check float'skip_check | ||
singleton AP_Vehicle method get_circle_radius boolean float'Null | ||
singleton AP_Vehicle method set_circle_rate boolean float'skip_check | ||
singleton AP_Vehicle method set_steering_and_throttle boolean float -1 1 float -1 1 | ||
|
@@ -782,6 +783,7 @@ singleton AP::motors() method get_pitch_ff float | |
singleton AP::motors() method get_yaw float | ||
singleton AP::motors() method get_yaw_ff float | ||
singleton AP::motors() method get_throttle float | ||
singleton AP::motors() method get_throttle_in float | ||
singleton AP::motors() method get_forward float | ||
singleton AP::motors() method get_lateral float | ||
singleton AP::motors() method get_spool_state uint8_t | ||
|
@@ -1048,6 +1050,10 @@ singleton AC_Fence method get_breach_time uint32_t | |
singleton AC_Fence method get_margin_breaches uint8_t | ||
singleton AC_Fence method get_margin_breach_time uint32_t | ||
singleton AC_Fence method get_breach_distance float uint8_t'skip_check | ||
singleton AC_Fence method get_safe_alt_min float | ||
singleton AC_Fence method get_safe_alt_max float | ||
singleton AC_Fence method present uint8_t | ||
singleton AC_Fence method get_enabled_fences uint8_t | ||
Comment on lines
+1053
to
+1056
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the fence stuff should be a separate PR. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Its a separate commit now - is that enough? If not I'll separate out when the stuff I'm working on that is using this is done. |
||
|
||
include AP_Rally/AP_Rally.h depends HAL_RALLY_ENABLED | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.