Skip to content

Commit

Permalink
ROMFS: rc.vtol_defaults limit inner loop rate (#13196)
Browse files Browse the repository at this point in the history
 - temporary remedy for #13149
  • Loading branch information
dagar authored Oct 16, 2019
1 parent 17c17f2 commit bde36f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ROMFS/px4fmu_common/init.d/rc.vtol_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ set VEHICLE_TYPE vtol

if [ $AUTOCNF = yes ]
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_YAW_TMT 10

Expand Down

0 comments on commit bde36f0

Please sign in to comment.