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
I am using the ROS2 joy package within a Docker container, based on the ROS2 Humble image, while sharing the volume /dev/input. I've encountered a bug in the latest version 3.3.0 of joy. Essentially, if my joystick (which operates via Bluetooth) is not powered on before executing docker run, the joy node never detects it even after it's connected. I conducted a test by reverting back to version 3.1.0 by cloning the source repository, and this issue did not occur: I could execute docker run with the joystick powered off, then power it on, and it would be detected.
It seems like some of the recent changes is causing this behavior.