replay: apply replay module params before starting ekf2 (#14478)

This commit is contained in:
Anurag Sai Vempati 2020-03-26 10:02:15 +01:00 committed by GitHub
parent dc38930bb2
commit bcfe56b297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ EOF
uorb start
param set SDLOG_DIRS_MAX 7
# apply all params before ekf starts, as some params cannot be changed after startup
replay tryapplyparams
ekf2 start -r
logger start -f -t -b 1000 -p vehicle_attitude
sleep 0.2