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'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:
@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.
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:rosbag2_snapshot/rosbag2_snapshot/src/snapshotter.cpp
Line 433 in 0adc67f
I feel like there should be a better solution to this problem though.
The text was updated successfully, but these errors were encountered: