mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
fw-autotune: run state machine at 50Hz
This commit is contained in:
parent
7323075527
commit
fe35f1a34b
@ -243,6 +243,6 @@ private:
|
||||
(ParamInt<px4::params::FW_AT_SYSID_TYPE>) _param_fw_sysid_signal_type
|
||||
)
|
||||
|
||||
static constexpr float _publishing_dt_s = 100e-3f;
|
||||
static constexpr hrt_abstime _publishing_dt_hrt = 100_ms;
|
||||
static constexpr float _publishing_dt_s = 20e-3f;
|
||||
static constexpr hrt_abstime _publishing_dt_hrt = 20_ms;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user