Skip to content

Commit 6342970

Browse files
authored
Merge branch 'master' into set/switch_controller/default/strictness
2 parents 3af991d + 7317e4f commit 6342970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller_manager/src/controller_manager.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3774,7 +3774,7 @@ void ControllerManager::hardware_components_diagnostic_callback(
37743774
.periodicity.standard_deviation.error)
37753775
{
37763776
diag_level = diagnostic_msgs::msg::DiagnosticStatus::ERROR;
3777-
add_element_to_list(bad_periodicity_async_hw, comp_name);
3777+
ros2_control::add_item(bad_periodicity_async_hw, comp_name);
37783778
}
37793779
else if (
37803780
periodicity_error >
@@ -3786,7 +3786,7 @@ void ControllerManager::hardware_components_diagnostic_callback(
37863786
{
37873787
diag_level = diagnostic_msgs::msg::DiagnosticStatus::WARN;
37883788
}
3789-
add_element_to_list(bad_periodicity_async_hw, comp_name);
3789+
ros2_control::add_item(bad_periodicity_async_hw, comp_name);
37903790
}
37913791
}
37923792
const double max_exp_exec_time =

0 commit comments

Comments
 (0)