ArduPilot / SITL_Models

Models of aircraft for SITL
71 stars 110 forks source link

BigStickQuadPlane: update Q param names after PIDs moved #2

Closed rmackay9 closed 6 years ago

rmackay9 commented 6 years ago

A month or so back we moved from PID objects from the vehicle code into the multicopter position control library. That led to some parameter name changes which this PR fixes.

This likely needs to be done for other vehicles as well which I might take on as a follow up action.