You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe the published ROS2 topic. The axes values are all zero unless I move that particular axis. In order to read the current value of other axis, I need to move it a bit. However, the buttons state is all fine.
On the other hand, if I test the raw input from joystick using jstest /dev/input/js_port, it reads out the current values without having to move them a little.
This is the readout for incorrect axis values when they are in a non-zero position and not within the dead zone. It is correct for buttons though.
I have a FLysky FS-i6X controller that I use as a joystick on Ubuntu 22.04 with ROS2 humble.
Steps to reproduce the issue:
jstest /dev/input/js_port
, it reads out the current values without having to move them a little.This is the readout for incorrect axis values when they are in a non-zero position and not within the dead zone. It is correct for buttons though.
Expectation: The topic should read the current value of the joystick axes without having to move the them like it does for the buttons.
The text was updated successfully, but these errors were encountered: