mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
sim_vehicle.sh: remove unused SIMIN variable
This commit is contained in:
parent
4ee1e3d804
commit
47436b9680
@ -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" ] && {
|
||||
|
Loading…
Reference in New Issue
Block a user