Skip to content

Commit 75cb8b8

Browse files
Report inactive controllers as a diagnostics ok instead of an error (#1184) (#1190)
(cherry picked from commit c9bd3d8) Co-authored-by: Lennart Nachtigall <[email protected]>
1 parent 08ef1e9 commit 75cb8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller_manager/src/controller_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,7 @@ void ControllerManager::controller_activity_diagnostic_callback(
25722572
}
25732573
else
25742574
{
2575-
stat.summary(diagnostic_msgs::msg::DiagnosticStatus::ERROR, "Not all controllers are active");
2575+
stat.summary(diagnostic_msgs::msg::DiagnosticStatus::OK, "Not all controllers are active");
25762576
}
25772577
}
25782578

0 commit comments

Comments
 (0)