mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
POSIX SITL configs: Update default parameters to improve simulation behaviour
The main changes include: * Better attitude tuning for airframes (more realistic models, the models had previously not as much thrust as the real vehicles) * Better waypoint and navigation default parameters which match the on-hardware parameters * More suitable minimum and trim airspeeds for VTOL and fixed wing which prevents stalls that happened in SITL previously (the new airspeeds match the real vehicles nicely)
This commit is contained in:
@@ -29,8 +29,8 @@ param set RTL_RETURN_ALT 30.0
|
||||
param set RTL_DESCEND_ALT 10.0
|
||||
param set RTL_LAND_DELAY 0
|
||||
param set MIS_TAKEOFF_ALT 2.5
|
||||
param set MC_ROLLRATE_P 0.2
|
||||
param set MC_PITCHRATE_P 0.2
|
||||
param set MC_ROLLRATE_P 0.15
|
||||
param set MC_PITCHRATE_P 0.15
|
||||
param set MC_PITCH_P 6
|
||||
param set MC_ROLL_P 6
|
||||
param set MPC_HOLD_MAX_Z 2.0
|
||||
|
||||
Reference in New Issue
Block a user