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

Sub: Introduced AUTO_YAW_RATE mode and its features. #24405

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

rakeshv24
Copy link
Contributor

A new AUTO_YAW mode has been introduced to allow for control of the vehicle's turn rate or yaw rate. This feature is supported in both guided and auto modes.

  1. defines.h: Defined AUTO_YAW_RATE in the enum.
  2. mode.h: Declared set_yaw_rate(float turn_rate_dps).
  3. mode_auto.cpp: Defined set_yaw_rate(float turn_rate_dps).
  4. mode_guided.cpp: Added an additional case to handle this new yaw mode.

@Williangalvani Williangalvani self-requested a review July 27, 2023 13:22
@Williangalvani Williangalvani merged commit d8b171e into ArduPilot:master Jul 27, 2023
50 checks passed
@rakeshv24 rakeshv24 deleted the auto_yaw_rate branch July 27, 2023 17:52
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.

None yet

2 participants