mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
ROMFS: rc.vtol_defaults limit inner loop rate (#13196)
- temporary remedy for https://github.com/PX4/Firmware/issues/13149
This commit is contained in:
@@ -9,6 +9,10 @@ set VEHICLE_TYPE vtol
|
|||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|
||||||
|
# to minimize cpu usage on older boards limit inner loop to 400 Hz
|
||||||
|
param set IMU_GYRO_RATEMAX 400
|
||||||
|
|
||||||
param set MIS_TAKEOFF_ALT 20
|
param set MIS_TAKEOFF_ALT 20
|
||||||
param set MIS_YAW_TMT 10
|
param set MIS_YAW_TMT 10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user