Skip to content

Commit

Permalink
adds deadline and liveliness QoSPolicyKinds to qos_overriding_options (
Browse files Browse the repository at this point in the history
…#609) (#613)

Signed-off-by: nora <[email protected]>
Co-authored-by: nora <[email protected]>
(cherry picked from commit 2d4a1a8)

Co-authored-by: norakon <[email protected]>
  • Loading branch information
2 people authored and Amronos committed Sep 18, 2024
1 parent ba2c481 commit 2edcf86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ros_gz_bridge/src/factory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ class Factory : public FactoryInterface
auto options = rclcpp::PublisherOptions();
options.qos_overriding_options = rclcpp::QosOverridingOptions {
{
rclcpp::QosPolicyKind::Deadline,
rclcpp::QosPolicyKind::Depth,
rclcpp::QosPolicyKind::Durability,
rclcpp::QosPolicyKind::History,
rclcpp::QosPolicyKind::Liveliness,
rclcpp::QosPolicyKind::Reliability
},
};
Expand Down

0 comments on commit 2edcf86

Please sign in to comment.