Skip to content

Commit

Permalink
Add QoS option reliability to republisher qos params (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielito authored and ahcorde committed Jan 23, 2024
1 parent 15eecd1 commit 7049db5
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 7049db5

Please sign in to comment.