Skip to content

Commit 1697ba7

Browse files
author
Rahat Dhande
committed
ensure latchd qos is reliable
1 parent f64eeb5 commit 1697ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ur_controllers/src/gpio_controller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ ur_controllers::GPIOController::on_activate(const rclcpp_lifecycle::State& /*pre
286286
try {
287287
auto qos_latched = rclcpp::SystemDefaultsQoS();
288288
qos_latched.transient_local();
289+
qos_latched.reliable();
289290
// register publisher
290291
io_pub_ = get_node()->create_publisher<ur_msgs::msg::IOStates>("~/io_states", rclcpp::SystemDefaultsQoS());
291292

0 commit comments

Comments
 (0)