sim_vehicle.sh: remove unused SIMIN variable

This commit is contained in:
Peter Barker 2016-04-28 14:03:27 +10:00 committed by Lucas De Marchi
parent 4ee1e3d804
commit 47436b9680

View File

@ -184,7 +184,6 @@ trap kill_tasks SIGINT
# setup ports for this instance
MAVLINK_PORT="tcp:127.0.0.1:"$((5760+10*$INSTANCE))
SIMIN_PORT="127.0.0.1:"$((5502+10*$INSTANCE))
SIMOUT_PORT="127.0.0.1:"$((5501+10*$INSTANCE))
[ -z "$VEHICLE" ] && {