Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change joint_states subscription to SensorDataQoS #177

Closed
wants to merge 1 commit into from

Conversation

adeschamps
Copy link
Contributor

This changes the subscription from reliable to best_effort. This is helpful when visualizing a robot that's running on a wifi-connected device, and eliminates a warning when starting up drivers on a robot that publishes with best_effort.

This changes the subscription from reliable to best_effort. This is helpful when visualizing a robot that's running on a wifi-connected device, and eliminates a warning when starting up drivers on a robot that publishes with best_effort.
@sloretz
Copy link
Contributor

sloretz commented Oct 7, 2021

Newer versions of ROS 2 have an opt-in configurable QoS feature. Would you be willing to implement that here instead of changing the hard-coded QoS?

Design doc http://design.ros2.org/articles/qos_configurability.html
Example PR with the required changes: cra-ros-pkg/robot_localization#657

@sloretz
Copy link
Contributor

sloretz commented Oct 7, 2021

Also, please target the ros2 branch for new development. If it works in ROS Rolling, then it can be considered for backporting into a stable distro like ROS Galactic.

@adeschamps
Copy link
Contributor Author

Closing in favour of #179.

Thanks for the link to that design doc and the example PR -- both were very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants