Skip to content

Commit d2ac93d

Browse files
rename topic diagnostic->planning or perception (#82)
1 parent a1aba06 commit d2ac93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation/tier4_metrics_rviz_plugin/include/metrics_visualize_panel.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ private Q_SLOTS:
209209

210210
// Topics from which metrics are collected
211211
std::vector<std::string> topics_ = {
212-
"/diagnostic/planning_evaluator/metrics", "/diagnostic/perception_online_evaluator/metrics"};
212+
"/planning/planning_evaluator/metrics", "/perception/perception_online_evaluator/metrics"};
213213

214214
// Timer and metrics message callback
215215
void onTimer();

0 commit comments

Comments
 (0)