Skip to content

Commit

Permalink
Fix TBS disco default gains
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Aug 6, 2015
1 parent 7e782fe commit 1dbef49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ROMFS/px4fmu_common/init.d/10015_tbs_discovery
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ sh /etc/init.d/rc.mc_defaults
if [ $AUTOCNF == yes ]
then
# TODO review MC_YAWRATE_I
param set MC_ROLL_P 8.0
param set MC_ROLLRATE_P 0.07
param set MC_ROLL_P 6.5
param set MC_ROLLRATE_P 0.1
param set MC_ROLLRATE_I 0.05
param set MC_ROLLRATE_D 0.0017
param set MC_PITCH_P 8.0
param set MC_PITCHRATE_P 0.1
param set MC_PITCH_P 6.5
param set MC_PITCHRATE_P 0.14
param set MC_PITCHRATE_I 0.1
param set MC_PITCHRATE_D 0.0025
param set MC_YAW_P 2.8
Expand Down

0 comments on commit 1dbef49

Please sign in to comment.