Controller Sensitivity

How can I change the sensitivity on my controller so that it is not as “jumpy” when I move the joysticks? Help would be much appreciated!!!
Thanks!!!

@11802M, is this for controlling the drivetrain?

If yes, then you may want to implement a deadband check to ignore the control values around the “zero” position as well as nonlinear scaling of the control values outside of the deadband.

See these topics for more details and code examples:

4 Likes

Thank you!!! I will use those sources.