Skip to content

Commit

Permalink
Airframes: rename normal S500 to generic and remove PX4 defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR authored and LorenzMeier committed Jun 24, 2019
1 parent c22825e commit 4433813
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ROMFS/px4fmu_common/init.d/airframes/4014_s500
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# @name S500
# @name S500 Generic
#
# @type Quadrotor x
# @class Copter
Expand All @@ -15,12 +15,10 @@ set PWM_OUT 1234

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_ROLLRATE_I 0.15
param set MC_PITCHRATE_I 0.15
param set MC_ROLLRATE_D 0.003
param set MC_PITCHRATE_D 0.003
fi

0 comments on commit 4433813

Please sign in to comment.