Browse Source

autotest: remote getppid for SITL copter on windows

master
Andrew Tridgell 12 years ago
parent
commit
e61f3dfeca
  1. 2
      Tools/autotest/pysim/sim_multicopter.py

2
Tools/autotest/pysim/sim_multicopter.py

@ -106,8 +106,6 @@ for m in [ 'home' ]: @@ -106,8 +106,6 @@ for m in [ 'home' ]:
parser.print_help()
sys.exit(1)
parent_pid = os.getppid()
# UDP socket addresses
fg_out_address = interpret_address(opts.fgout)
sim_out_address = interpret_address(opts.simout)

Loading…
Cancel
Save