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

mavproxy_soar: Add initial soaring display #1500

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ryanf55
Copy link
Contributor

@Ryanf55 Ryanf55 commented Jan 9, 2025

Purpose

Add an initial soaring module, which displays the location and estimated radius of the thermal from AP's thermal soaring estimator.
image

Once we have a mavlink packet definition for the thermal estimator, we can move to that from NAMED_VALUE_FLOAT.

Demo

Terminal 1:

./Tools/autotest/autotest.py build.Plane test.Plane.Soaring --map --speedup=1

Terminal 2:

mavproxy.py --console --master tcp:127.0.0.1:5763 --map
module load soar

Once the vehicle hits the thermal southwest of home, it will show up on the map. You can see the estimator converge on the thermal.

Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
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.

1 participant