I am using a Joystick Input block from the Virtual Reality Toolbox in Simulink. I am using the joystick to navigate around my virtual world however the smallest step I can make with the joystick is too far. Can I somehow improve the sensitivity of my joystick?
Kshitij Singh answered .
2025-11-20
vrcrane_joystick
2. Look in the subsystem "vrcrane_joystick/Setting the SetPoint using Joystick".
a. The block "Sensitivity / Inverting Y" in this subsystem is a Gain block for adjusting the sensitivity of the joystick. b. The block "Joystick 0 Tolerance" is a Dead Zone block. This is necessary because joysticks usually have an uncertainty around zero and is especially important if the joystick position is integrated to get speed or position.