Skip to content

Commit 4fae844

Browse files
authored
Merge pull request #633 from dronekit/set-encodings
Examples: set document character set encoding
2 parents 15df123 + beacf4c commit 4fae844

File tree

13 files changed

+38
-0
lines changed

13 files changed

+38
-0
lines changed

examples/channel_overrides/channel_overrides.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
14
"""
25
© Copyright 2015-2016, 3D Robotics.
36

examples/create_attribute/create_attribute.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
14
"""
25
© Copyright 2015-2016, 3D Robotics.
36

examples/create_attribute/my_vehicle.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
14
"""
25
© Copyright 2015-2016, 3D Robotics.
36

examples/drone_delivery/drone_delivery.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
14
"""
25
© Copyright 2015-2016, 3D Robotics.
36
drone_delivery.py:

examples/flight_replay/flight_replay.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
14
"""
25
© Copyright 2015-2016, 3D Robotics.
36
flight_replay.py:

examples/follow_me/follow_me.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
14
"""
25
© Copyright 2015-2016, 3D Robotics.
36
followme - Tracks GPS position of your computer (Linux only).

examples/gcs/microgcs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
14
"""
25
© Copyright 2015-2016, 3D Robotics.
36
"""

examples/guided_set_speed_yaw/guided_set_speed_yaw.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
13

24
"""
35
© Copyright 2015-2016, 3D Robotics.

examples/mission_basic/mission_basic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
14
"""
25
© Copyright 2015-2016, 3D Robotics.
36
mission_basic.py: Example demonstrating basic mission operations including creating, clearing and monitoring missions.

examples/mission_import_export/mission_import_export.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
14
"""
25
© Copyright 2015-2016, 3D Robotics.
36
mission_import_export.py:

0 commit comments

Comments
 (0)