Skip to content

Commit

Permalink
Add QoS option reliability to republisher qos params (ros-perception#296
Browse files Browse the repository at this point in the history
)
  • Loading branch information
charlielito authored and tonynajjar committed May 15, 2024
1 parent c42401d commit 28db64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image_transport/src/republish.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ int main(int argc, char ** argv)
rclcpp::QosPolicyKind::Depth,
rclcpp::QosPolicyKind::Durability,
rclcpp::QosPolicyKind::History,
rclcpp::QosPolicyKind::Reliability,
});

pub_options.qos_overriding_options = qos_override_options;
Expand Down

0 comments on commit 28db64a

Please sign in to comment.