ekf2 replay: refactor to use unified rcS scripts

This commit is contained in:
Beat Küng
2018-08-10 18:49:56 +02:00
committed by Daniel Agar
parent 34f1bbeb44
commit ab7f68f2ad
5 changed files with 40 additions and 28 deletions
-13
View File
@@ -36,19 +36,6 @@ then
model="iris"
fi
# check replay mode
if [ "$replay_mode" == "ekf2" ]
then
model="iris_replay"
# create the publisher rules
publisher_rules_file="$rootfs/orb_publisher.rules"
cat <<EOF > "$publisher_rules_file"
restrict_topics: sensor_combined, vehicle_gps_position, vehicle_land_detected
module: replay
ignore_others: false
EOF
fi
if [ "$#" -lt 7 ]
then
echo usage: sitl_run.sh sitl_bin rcS_path debugger program model src_path build_path