mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-10 16:32:16 +08:00
fw-autotune: run state machine at 50Hz
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user