Skip to content

Commit

Permalink
Report inactive controllers as a diagnostics ok instead of an error (#…
Browse files Browse the repository at this point in the history
…1184)

(cherry picked from commit c9bd3d8)
  • Loading branch information
firesurfer authored and mergify[bot] committed Dec 4, 2023
1 parent 08ef1e9 commit e60a35c
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 @@ -2572,7 +2572,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 e60a35c

Please sign in to comment.