mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
Artoo: Reduce gimbal tilt gain
Reduce gain value from 45 to 30 to correct tilt moving way too fast.
This commit is contained in:
parent
f181e149ce
commit
88034de9c7
@ -104,7 +104,7 @@ private:
|
|||||||
static const Params::sweeptime_t MaxSweepSecDefault = 90;
|
static const Params::sweeptime_t MaxSweepSecDefault = 90;
|
||||||
|
|
||||||
// tune this to set an overall speed for the camera
|
// 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;
|
static constexpr float defaultCameraAngle = 45.0f;
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user