Unverified Commit 62a35531 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6284 from patrickelectric/patrickelectric/digital_joystick

Joystick: Make circle correction on by default
parents ca8fcf0e 08d11fd9
......@@ -65,7 +65,7 @@ Joystick::Joystick(const QString& name, int axisCount, int buttonCount, int hatC
, _exponential(0)
, _accumulator(false)
, _deadband(false)
, _circleCorrection(false)
, _circleCorrection(true)
, _activeVehicle(NULL)
, _pollingStartedForCalibration(false)
, _multiVehicleManager(multiVehicleManager)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment