Skip to content

Commit

Permalink
Updated PID gains in 200qx config file
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath374 authored and LorenzMeier committed Apr 2, 2017
1 parent d1c3b77 commit 6e64bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posix-configs/eagle/200qx/px4.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ param set CAL_ACC0_ID 100
param set CAL_MAG0_ID 101
param set SYS_AUTOSTART 4001
param set MAV_TYPE 2
param set MC_YAW_P 7.0
param set MC_YAW_P 12
param set MC_YAWRATE_P 0.08
param set MC_YAWRATE_I 0.0
param set MC_YAWRATE_D 0
param set MC_PITCH_P 7.0
param set MC_PITCHRATE_P 0.08
param set MC_PITCHRATE_I 0.0
param set MC_PITCHRATE_D 0.0001
param set MC_PITCHRATE_D 0.001
param set MC_ROLL_P 7.0
param set MC_ROLLRATE_P 0.08
param set MC_ROLLRATE_I 0.0
param set MC_ROLLRATE_D 0.0001
param set MC_ROLLRATE_D 0.001
param set RC_MAP_THROTTLE 1
param set RC_MAP_ROLL 2
param set RC_MAP_PITCH 3
Expand Down

0 comments on commit 6e64bff

Please sign in to comment.