Skip to content

Commit ec77418

Browse files
committed
Parse argument print_warnings to the async parameters
1 parent 04ea2c2 commit ec77418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware_interface/include/hardware_interface/hardware_component_interface.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ class HardwareComponentInterface : public rclcpp_lifecycle::node_interfaces::Lif
141141
async_thread_params.clock = params.clock;
142142
async_thread_params.logger = params.logger;
143143
async_thread_params.exec_rate = params.hardware_info.rw_rate;
144+
async_thread_params.print_warnings = info_.async_params.print_warnings;
144145
RCLCPP_INFO(
145146
get_logger(), "Starting async handler with scheduler priority: %d and policy : %s",
146147
info_.async_params.thread_priority,

0 commit comments

Comments
 (0)