forked from Archive/PX4-Autopilot
Fix for initializing Landing Target Estimator in SITL
This commit is contained in:
parent
62188f6151
commit
560a9b45ed
|
@ -13,3 +13,6 @@ then
|
|||
param set LTEST_MODE 1
|
||||
param set PLD_HACC_RAD 0.1
|
||||
fi
|
||||
|
||||
# Start up Landing Target Estimator module
|
||||
landing_target_estimator start
|
||||
|
|
Loading…
Reference in New Issue