File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3766,7 +3766,7 @@ void ControllerManager::hardware_components_diagnostic_callback(
3766
3766
.periodicity .standard_deviation .error )
3767
3767
{
3768
3768
diag_level = diagnostic_msgs::msg::DiagnosticStatus::ERROR;
3769
- add_element_to_list (bad_periodicity_async_hw, comp_name);
3769
+ ros2_control::add_item (bad_periodicity_async_hw, comp_name);
3770
3770
}
3771
3771
else if (
3772
3772
periodicity_error >
@@ -3778,7 +3778,7 @@ void ControllerManager::hardware_components_diagnostic_callback(
3778
3778
{
3779
3779
diag_level = diagnostic_msgs::msg::DiagnosticStatus::WARN;
3780
3780
}
3781
- add_element_to_list (bad_periodicity_async_hw, comp_name);
3781
+ ros2_control::add_item (bad_periodicity_async_hw, comp_name);
3782
3782
}
3783
3783
}
3784
3784
const double max_exp_exec_time =
You can’t perform that action at this time.
0 commit comments