Artoo: Reduce gimbal tilt gain

Reduce gain value from 45 to 30 to correct tilt moving way too fast.
This commit is contained in:
Matt Lawrence 2019-05-13 11:21:30 -04:00
parent f181e149ce
commit 88034de9c7
2 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ private:
static const Params::sweeptime_t MaxSweepSecDefault = 90;
// tune this to set an overall speed for the camera
static constexpr float cameraGain = 45.0f;
static constexpr float cameraGain = 30.0f;
static constexpr float defaultCameraAngle = 45.0f;