We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1fb51 commit 2b0a889Copy full SHA for 2b0a889
rclrs/src/subscription.rs
@@ -692,6 +692,7 @@ mod tests {
692
expected_qos.reliability = match &*qos_reliability_str {
693
"reliable" => QoSReliabilityPolicy::Reliable,
694
"best_effort" => QoSReliabilityPolicy::BestEffort,
695
+ #[cfg(not(ros_distro = "humble"))]
696
"best_available" => QoSReliabilityPolicy::BestAvailable,
697
x => panic!("unknown reliability string: {x}"),
698
};
0 commit comments