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 run joystick_drivers's joy node, that publishes on topic /joy with BEST_EFFORT QoS setting.
However, this node subscribes with RELIABLE QoS setting, thus the subscription won't work.
Since the packages that modifies (see above) the default QoS is this one, I open an issue on this repo.
If you want, I can test and push a PR where subscription reliability is parametrized. Let me know if there are alternative solutions.
EDIT: sorry, now for some reason I can see that both pub and sub are RELIABLE
The text was updated successfully, but these errors were encountered:
teleop_tools/joy_teleop/joy_teleop/joy_teleop.py
Line 384 in d6fd091
I run
joystick_drivers
'sjoy
node, that publishes on topic/joy
with BEST_EFFORT QoS setting.However, this node subscribes with RELIABLE QoS setting, thus the subscription won't work.
Since the packages that modifies (see above) the default QoS is this one, I open an issue on this repo.
If you want, I can test and push a PR where subscription reliability is parametrized. Let me know if there are alternative solutions.
EDIT: sorry, now for some reason I can see that both pub and sub are RELIABLE
The text was updated successfully, but these errors were encountered: