Logger: add debug_array topic

This commit is contained in:
Julien Lecoeur
2018-09-27 17:42:31 +02:00
committed by Daniel Agar
parent cafd2f5352
commit a346619623

View File

@@ -687,6 +687,7 @@ void Logger::add_debug_topics()
add_topic("debug_key_value");
add_topic("debug_value");
add_topic("debug_vect");
add_topic("debug_array");
}
void Logger::add_estimator_replay_topics()