mirror of https://github.com/ArduPilot/ardupilot
Tools: use py3 for sim_vehicle.py
This commit is contained in:
parent
3371296e39
commit
e492f49470
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Framework to start a simulated vehicle and connect it to MAVProxy.
|
Framework to start a simulated vehicle and connect it to MAVProxy.
|
||||||
|
|
Loading…
Reference in New Issue