Skip to content

Commit

Permalink
Tune down solo attitude rate controller
Browse files Browse the repository at this point in the history
This removes visible oscillations of the vehicle
  • Loading branch information
Jaeyoung-Lim authored and dagar committed May 23, 2020
1 parent 04db539 commit b5e23f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ROMFS/px4fmu_common/init.d-posix/1014_solo
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sh /etc/init.d/rc.mc_defaults

if [ $AUTOCNF = yes ]
then
param set MC_PITCHRATE_P 0.15
param set MC_ROLLRATE_P 0.15
param set MC_PITCHRATE_P 0.1
param set MC_ROLLRATE_P 0.1
fi

set MIXER quad_x

0 comments on commit b5e23f5

Please sign in to comment.