Skip to content

Conversation

andyp1per
Copy link
Contributor

@andyp1per andyp1per commented Dec 21, 2023

Based on #25698

Add support for:

  • set_target_velocity_NED with yaw control
  • set_target_angle_and_rate_and_throttle for direct access to guided controller
  • Some extra fence functions: get_safe_alt_min, get_safe_alt_max, present, get_enabled_fences
  • get_throttle_in

@andyp1per andyp1per force-pushed the pr-attitude-scripting branch 2 times, most recently from 38ef3e8 to c616ec2 Compare August 15, 2024 08:34
@andyp1per andyp1per requested a review from IamPete1 August 15, 2024 08:34
Comment on lines +932 to +1056
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the fence stuff should be a separate PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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.

@andyp1per andyp1per force-pushed the pr-attitude-scripting branch from c616ec2 to 42d33af Compare September 23, 2024 16:25
@andyp1per andyp1per force-pushed the pr-attitude-scripting branch 2 times, most recently from 048c580 to faffc42 Compare January 18, 2025 15:52
@andyp1per andyp1per force-pushed the pr-attitude-scripting branch 4 times, most recently from d573748 to 265d564 Compare August 20, 2025 19:27
add set_target_angle_and_rate_and_throttle() for precise vehicle control
add set_target_angle_and_rate_and_throttle() for precise vehicle control
docs for set_target_velocity_NED()
add set_target_angle_and_rate_and_throttle() for precise vehicle control
manual binding for set_target_velocity_NED() to allow optional boolean
@andyp1per andyp1per force-pushed the pr-attitude-scripting branch from 265d564 to 20b5d9c Compare September 23, 2025 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants