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

Incompatible QoS for Best Effort / SensorDataQoS #7

Open
samiamlabs opened this issue Jan 16, 2022 · 2 comments
Open

Incompatible QoS for Best Effort / SensorDataQoS #7

samiamlabs opened this issue Jan 16, 2022 · 2 comments

Comments

@samiamlabs
Copy link

samiamlabs commented Jan 16, 2022

I'm getting warnings like these when using this package on galactic for topics with sensor profile qos:

[snapshotter-2] [WARN] [1642341909.854706517] [snapshotter_node]: New publisher discovered on topic '/imu/data', offering incompatible QoS. No messages will be sent to it. Last incompatible policy: RELIABILITY_QOS_POLICY

Changing the qos profile to rclcpp::SensorDataQoS() here gets rid of the warning:

I feel like there should be a better solution to this problem though.

@JWhitleyWork
Copy link
Contributor

@samiamlabs Thanks for bringing this up. The proper way to handle this would be to add all of the QoS parameters (or at least the reliability and durability) to both the Topic Details message and the list of node parameters.

I am no longer actively working on this project but would be happy to review a PR.

@AHuguetINDRA
Copy link

AHuguetINDRA commented Jan 24, 2023

Thank you, this answer helped me solve a problem I was having with a completely unrelated ROS2 project 😆

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

No branches or pull requests

3 participants