Skip to content
Snippets Groups Projects
Commit ba89839f authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

replay: make sure ReplayEkf2::handleTopicUpdate is protected, not private

parent 1d93b1bc
No related branches found
No related tags found
No related merge requests found
......@@ -211,8 +211,6 @@ protected:
uint64_t handleTopicDelay(uint64_t next_file_time, uint64_t timestamp_offset) override;
private:
/**
* handle ekf2 topic publication in ekf2 replay mode
* @param sub
......@@ -221,6 +219,8 @@ private:
*/
bool handleTopicUpdate(Subscription &sub, void *data) override;
private:
void publishEkf2Topics(const ekf2_replay_s &ekf2_replay);
int _vehicle_attitude_sub = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment