mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user