Skip to content

QoS conflict with joystick_drivers package #78

@roncapat

Description

@roncapat

reliability=rclpy.qos.QoSReliabilityPolicy.RELIABLE,

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions