We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Testing the take_off action (void ModeExecutorBase::takeoff). I realized that the heading was not taken into account.
Given my quick investigation, this is due to the handling on PX4 side. It seems to be completely discarded. https://github.com/PX4/PX4-Autopilot/blob/97561d7802eddb899f1c4f0a3a3ae9aa4c26bb73/src/modules/navigator/navigator_main.cpp#L620
Or maybe I didn't get something but for now I didn't manage to set the yaw during take-off.
No big deal but maybe worth removing the variable since it has no impact.
The text was updated successfully, but these errors were encountered:
Agreed, then let's remove it for now. I just thought it would be nice to have and rather make it work on the PX4 side.
Sorry, something went wrong.
No branches or pull requests
Hello,
Testing the take_off action (void ModeExecutorBase::takeoff). I realized that the heading was not taken into account.
Given my quick investigation, this is due to the handling on PX4 side. It seems to be completely discarded.
https://github.com/PX4/PX4-Autopilot/blob/97561d7802eddb899f1c4f0a3a3ae9aa4c26bb73/src/modules/navigator/navigator_main.cpp#L620
Or maybe I didn't get something but for now I didn't manage to set the yaw during take-off.
No big deal but maybe worth removing the variable since it has no impact.
The text was updated successfully, but these errors were encountered: