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

AP_AHRS: set_location implementation #25990

Closed
wants to merge 1 commit into from

Conversation

devbrom
Copy link

@devbrom devbrom commented Jan 15, 2024

It implements a new bool AHRS::set_location(const Location &loc) method, enabling the manual updating of the vehicle's position.

The update includes compatibility with different AHRS backends such as DCM, EKF2, and EKF3. This enhancement is particularly useful in environments where GPS signals are unreliable or unavailable. The changes also include updates to Lua scripting, aiding developers in utilizing this new functionality.

@IamPete1
Copy link
Member

How does this compare to the existing handle_external_position_estimate via MAV_CMD_EXTERNAL_POSITION_ESTIMATE?

@devbrom
Copy link
Author

devbrom commented Jan 15, 2024

ha... That looks like what I was trying to do. Thanks! :)

@devbrom devbrom closed this Jan 15, 2024
@rmackay9
Copy link
Contributor

We should probably add this new command to the MAVLink section of the developer wiki. I'll add an issue.

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

3 participants