Skip to content

Commit

Permalink
added gps as a multi-topic in the ekf replay topic list
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl committed Apr 1, 2020
1 parent 0bd43fe commit 6d57642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/logger/logged_topics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void LoggedTopics::add_estimator_replay_topics()
{
// for estimator replay (need to be at full rate)
add_topic("ekf2_timestamps");
add_topic("sensor_gps");
add_topic_multi("sensor_gps");

// current EKF2 subscriptions
add_topic("airspeed");
Expand Down

0 comments on commit 6d57642

Please sign in to comment.