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

Add PID_TUNING support to Tracker / move sending of that up #10664

Merged
merged 8 commits into from
Mar 4, 2019

Conversation

peterbarker
Copy link
Contributor

PID_TUNING support has been extracted from one of @IamPete1 's PRs.

Since all our vehicles now support that message I've moved the relevant functions into the GCS_MAVLink class. In the future I hope to factor some of the logic for these functions up into the GCS_MAVLink base class; Copter's implementation of send_pid_tuning hints as to what we might be able to do.

I have not made the function const as I'd like to NOT send all PIDs out in one big blurt of data, but cycle through each in turn. That will require keeping state.

@peterbarker
Copy link
Contributor Author

... I also added a simple test suite for the message.

@peterbarker peterbarker force-pushed the pr/tracker-pid-message branch 4 times, most recently from 452fc24 to 0d418fa Compare March 1, 2019 03:41
@tridge tridge merged commit b04d084 into ArduPilot:master Mar 4, 2019
@peterbarker peterbarker deleted the pr/tracker-pid-message branch March 12, 2019 01:07
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

4 participants