Skip to content

Commit

Permalink
Report inactive controllers as a diagnostics ok instead of an error (r…
Browse files Browse the repository at this point in the history
  • Loading branch information
firesurfer authored Dec 4, 2023
1 parent d68cc22 commit c9bd3d8
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 @@ -2567,7 +2567,7 @@ void ControllerManager::controller_activity_diagnostic_callback(
}
else
{
stat.summary(diagnostic_msgs::msg::DiagnosticStatus::ERROR, "Not all controllers are active");
stat.summary(diagnostic_msgs::msg::DiagnosticStatus::OK, "Not all controllers are active");
}
}

Expand Down

0 comments on commit c9bd3d8

Please sign in to comment.