mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Tilt-Hex SITL: P gains for rpy changed to make the simulated flight smoother
- Also enabled logging for the simulated tilt-hex drone
This commit is contained in:
parent
0f40eb953d
commit
de9942b204
@ -18,14 +18,16 @@ sh /etc/init.d/rc.mc_defaults
|
||||
|
||||
if [ $AUTOCNF = yes ]
|
||||
then
|
||||
param set MC_PITCHRATE_P 0.2
|
||||
param set MC_ROLLRATE_P 0.2
|
||||
param set MC_YAWRATE_P 0.1
|
||||
param set MC_PITCHRATE_P 0.1
|
||||
param set MC_ROLLRATE_P 0.1
|
||||
param set MC_YAWRATE_P 0.08
|
||||
param set MPC_Z_VEL_I 0.15
|
||||
param set MPC_Z_VEL_P 0.3
|
||||
|
||||
param set RTL_DESCEND_ALT 5.0
|
||||
param set RTL_LAND_DELAY 5
|
||||
|
||||
param set SDLOG_PROFILE 179
|
||||
fi
|
||||
|
||||
set MAV_TYPE 13
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user