mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ekf2-AGP: scope control enum
This commit is contained in:
parent
c5101c70b3
commit
97423136d1
@ -88,7 +88,7 @@ private:
|
||||
RingBuffer<AuxGlobalPositionSample> _aux_global_position_buffer{20}; // TODO: size with _obs_buffer_length and actual publication rate
|
||||
uint64_t _time_last_buffer_push{0};
|
||||
|
||||
enum Ctrl : uint8_t {
|
||||
enum class Ctrl : uint8_t {
|
||||
HPOS = (1<<0),
|
||||
VPOS = (1<<1)
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user