mirror of https://github.com/ArduPilot/ardupilot
Tools: autotest: remove useless shebang
This commit is contained in:
parent
2cca370a74
commit
4e2e4fa4d4
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
Test AntennaTracker vehicle in SITL
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
Fly Copter in SITL
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
Fly ArduPlane in SITL
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
Dive ArduSub in SITL
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
Drive a BalanceBot in SITL
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Contains functions used to test the ArduPilot examples
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
Fly Helicopter in SITL
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
Drive Rover in SITL
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
Drive a Sailboat in SITL
|
||||
|
||||
|
|
Loading…
Reference in New Issue