Skip to content

Commit

Permalink
change to warn when not atleast one HW component is active
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Sep 26, 2024
1 parent 0d82204 commit 4777c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2819,7 +2819,7 @@ void ControllerManager::hardware_components_diagnostic_callback(
if (!atleast_one_hw_active)
{
stat.summary(
diagnostic_msgs::msg::DiagnosticStatus::ERROR,
diagnostic_msgs::msg::DiagnosticStatus::WARN,
"No hardware components are currently active");
}
else
Expand Down

0 comments on commit 4777c08

Please sign in to comment.