mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
EKF: Ekf class is final
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#include "estimator_interface.h"
|
#include "estimator_interface.h"
|
||||||
|
|
||||||
class Ekf : public EstimatorInterface
|
class Ekf final : public EstimatorInterface
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static constexpr uint8_t _k_num_states{24}; ///< number of EKF states
|
static constexpr uint8_t _k_num_states{24}; ///< number of EKF states
|
||||||
|
|||||||
Reference in New Issue
Block a user