Browse Source

ROMFS: rc.replay fix ulog_params argument

master
Daniel Agar 3 years ago committed by Beat Küng
parent
commit
d2ce9a8560
  1. 2
      ROMFS/px4fmu_common/init.d-posix/rc.replay

2
ROMFS/px4fmu_common/init.d-posix/rc.replay

@ -10,7 +10,7 @@ fi @@ -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"

Loading…
Cancel
Save