joystick_drivers
joystick_drivers copied to clipboard
autorepeat_rate default value differs in ROS2
Maybe this was intentional, but I just wanted to bring it up:
The autorepeat_rate
param defaults to 0
in ROS1, but defaults to 20
in ROS2 (both joy and joy_linux).
This can cause differences in the operation of downstream nodes that run the driver using default params.