-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
Plane follow script Applet #28546
base: master
Are you sure you want to change the base?
Plane follow script Applet #28546
Conversation
b2021a5
to
c6bec54
Compare
Could you take a look @peterbarker and @tridge ? |
c6bec54
to
a85ee8f
Compare
I wonder if you'd be able to take a look at my Lua @yuri-rage - any suggestions appreciated. |
I'd be happy to take a look, Tim, but I have some external commitments upcoming that may prevent me from diving in right away. Please remind me either here, Discuss, or Discord if I don't reply in a week. |
a85ee8f
to
b9de7f9
Compare
b9de7f9
to
3cbe60d
Compare
3cbe60d
to
db44c23
Compare
db44c23
to
8910d83
Compare
This creates a new Lua Script applet that implements "plane follow" - a fixed wing follow/chase functionality that runs in guided mode. The code uses the core AP_Follow library functionality and therefore uses most of the documented FOLL_ parameters that are used in Copter and Rover FOLLOW mode.
This PR depends on
#28526 - this has now been merged into this PR
ArduPilot/mavlink#372
#28527