ROMFS: rc.replay fix ulog_params argument

This commit is contained in:
Daniel Agar 2022-01-27 21:34:05 -05:00 committed by Beat Küng
parent 70704ff9d6
commit d2ce9a8560

View File

@ -10,7 +10,7 @@ fi
if [ ! -f replay_params.txt ]; then
echo "Creating $(pwd)/replay_params.txt"
ulog_params -i "${replay}" -d ' ' | grep -e '^EKF2' > replay_params.txt
ulog_params -i "${replay}" -l ' ' | grep -e '^EKF2' > replay_params.txt
fi
publisher_rules_file="orb_publisher.rules"