Skip to content

Commit

Permalink
adding airframe config for s500 (#9342)
Browse files Browse the repository at this point in the history
  • Loading branch information
barzanisar authored and dagar committed May 22, 2018
1 parent 10cc827 commit 3613117
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ROMFS/px4fmu_common/init.d/4014_s500
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!nsh
#
# @name S500
#
# @type Quadrotor x
# @class Copter
#
# @maintainer Lorenz Meier <[email protected]>
#

sh /etc/init.d/4001_quad_x

if [ $AUTOCNF == yes ]
then
param set MC_ROLL_P 6.5
param set MC_ROLLRATE_P 0.18
param set MC_ROLLRATE_I 0.15
param set MC_ROLLRATE_D 0.003
param set MC_PITCH_P 6.5
param set MC_PITCHRATE_P 0.18
param set MC_PITCHRATE_I 0.15
param set MC_PITCHRATE_D 0.003
fi

0 comments on commit 3613117

Please sign in to comment.