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

Commander: fix wrong ack reporting for VEHICLE_CMD_EXTERNAL_POSITION_ESTIMATE #23642

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

sfuhrer
Copy link
Contributor

@sfuhrer sfuhrer commented Sep 4, 2024

Solved Problem

image
One ack from Commander (with VEHICLE_CMD_RESULT_UNSUPPORTED), and then one from EKF2 (with VEHICLE_CMD_RESULT_ACCEPTED). Gives you a warning in the GCS.

Solution

Add VEHICLE_CMD_EXTERNAL_POSITION_ESTIMATE to the list of commands that is not handled by Commander.

Changelog Entry

For release notes:

Bugfix: Commander: fix wrong ack reporting for VEHICLE_CMD_EXTERNAL_POSITION_ESTIMATE

…rnaly handled commands

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
@sfuhrer sfuhrer merged commit 81cf6a7 into main Sep 5, 2024
55 checks passed
@sfuhrer sfuhrer deleted the pr-commander-fix-ack-external_position_estimate-main branch September 5, 2024 09:20
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