mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
replay: make sure ReplayEkf2::handleTopicUpdate is protected, not private
This commit is contained in:
parent
1d93b1bce3
commit
ba89839f65
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user