Skip to content
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

Enhanced attitude control via scripting #25814

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 23, 2024

  1. AP_Scripting: add access to more fence methods

    allow vehicles to yaw to target
    docs for set_target_velocity_NED()
    add set_target_angle_and_thrust() and get_throttle_in()
    andyp1per committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a5c37b0 View commit details
    Browse the repository at this point in the history
  2. AP_Vehicle: allow vehicles to yaw to target

    add set_target_angle_and_thrust()
    andyp1per committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    35d2a08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    338c71e View commit details
    Browse the repository at this point in the history
  4. Copter: allow copter to yaw to velocity target

    allow scripting to call set_angle with thrust
    andyp1per committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    857183c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42d33af View commit details
    Browse the repository at this point in the history