Skip to content

Commit

Permalink
Fixed DiagnosticStatus
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Nov 1, 2023
1 parent 4b2ebe7 commit 62ffb70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ void PoseInstabilityDetector::callback_timer()
diagnostics.header.stamp = stamp;

DiagnosticStatus status;
status.name = "pose_instability_detector";
status.name = "localization: pose_instability_detector";
status.hardware_id = this->get_name();
bool all_ok = true;

for (size_t i = 0; i < values.size(); ++i) {
Expand Down

0 comments on commit 62ffb70

Please sign in to comment.