Skip to content

mavcmd: add DO_GIMBAL_MANAGER_PITCHYAW command #2882

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

Merged
merged 4 commits into from
Jun 17, 2022

Conversation

rmackay9
Copy link
Contributor

This adds the new DO_GIMBAL_MANAGER_PITCHYAW command to the list of available mission commands. Support for this command is being added to the flight code with PR ArduPilot/ardupilot#20915 which will likely be merged within a week.

This has been lightly tested in SITL and seems to work OK. There is still the issue of Param5 (aka "x") being corrupted but this is an existing issue that also occurs for ATTITUDE_TIME.

image

rmackay9 added 4 commits June 11, 2022 11:02
this is only implemented for Plane
commands re-ordered alphabetically except for the most commonly used nav commands (waypoint, takeoff, return-to-launch)
@rmackay9
Copy link
Contributor Author

rmackay9 commented Jun 11, 2022

I've also change the copter command list in these ways:

  • removed the unimplemented CONDITION_CHANGE_ALT and DO_AUTOTUNE_ENABLE commands
  • reordered the command list to be mostly alphabetical except for the top 3 most used navigation commands (waypoint, takeoff, return-to-launch)

I have lightly tested that the list looks OK by adding each command and confirming the columns appears correctly
image

@meee1 meee1 merged commit db9107a into ArduPilot:master Jun 17, 2022
@rmackay9 rmackay9 deleted the mavcmd-add-gimb-pitchyaw branch June 17, 2022 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants