Skip to content

Commit

Permalink
Merge pull request #631 from brenton311/master
Browse files Browse the repository at this point in the history
Added copyright notice to example files.
  • Loading branch information
hamishwillee committed May 28, 2016
2 parents c8b7bc6 + 8f9e2ac commit 15df123
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/channel_overrides/channel_overrides.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
© Copyright 2015-2016, 3D Robotics.
channel_overrides.py:
Demonstrates how set and clear channel-override information.
Expand Down
2 changes: 2 additions & 0 deletions examples/create_attribute/create_attribute.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
© Copyright 2015-2016, 3D Robotics.
create_attribute.py:
Demonstrates how to create attributes from MAVLink messages within your DroneKit-Python script
Expand Down
2 changes: 2 additions & 0 deletions examples/create_attribute/my_vehicle.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
© Copyright 2015-2016, 3D Robotics.
my_vehicle.py:
Custom Vehicle subclass to add IMU data.
Expand Down
1 change: 1 addition & 0 deletions examples/drone_delivery/drone_delivery.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
© Copyright 2015-2016, 3D Robotics.
drone_delivery.py:
A CherryPy based web application that displays a mapbox map to let you view the current vehicle position and send the vehicle commands to fly to a particular latitude and longitude.
Expand Down
1 change: 1 addition & 0 deletions examples/flight_replay/flight_replay.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
© Copyright 2015-2016, 3D Robotics.
flight_replay.py:
This example requests a past flight from Droneshare, and then 'replays'
Expand Down
1 change: 1 addition & 0 deletions examples/follow_me/follow_me.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
© Copyright 2015-2016, 3D Robotics.
followme - Tracks GPS position of your computer (Linux only).
This example uses the python gps package to read positions from a GPS attached to your
Expand Down
3 changes: 3 additions & 0 deletions examples/gcs/microgcs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
© Copyright 2015-2016, 3D Robotics.
"""
#
# This is a small example of the python drone API - an ultra minimal GCS
#
Expand Down
1 change: 1 addition & 0 deletions examples/guided_set_speed_yaw/guided_set_speed_yaw.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

"""
© Copyright 2015-2016, 3D Robotics.
guided_set_speed_yaw.py: (Copter Only)
This example shows how to move/direct Copter and send commands in GUIDED mode using DroneKit Python.
Expand Down
1 change: 1 addition & 0 deletions examples/mission_basic/mission_basic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
© Copyright 2015-2016, 3D Robotics.
mission_basic.py: Example demonstrating basic mission operations including creating, clearing and monitoring missions.
Full documentation is provided at http://python.dronekit.io/examples/mission_basic.html
Expand Down
1 change: 1 addition & 0 deletions examples/mission_import_export/mission_import_export.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
© Copyright 2015-2016, 3D Robotics.
mission_import_export.py:
This example demonstrates how to import and export files in the Waypoint file format
Expand Down
1 change: 1 addition & 0 deletions examples/performance_test/performance_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
© Copyright 2015-2016, 3D Robotics.
performance_test.py:
This performance test logs the interval between messages being
Expand Down
1 change: 1 addition & 0 deletions examples/simple_goto/simple_goto.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
© Copyright 2015-2016, 3D Robotics.
simple_goto.py: GUIDED mode "simple goto" example (Copter Only)
Demonstrates how to arm and takeoff in Copter and how to navigate to points using Vehicle.simple_goto.
Expand Down
1 change: 1 addition & 0 deletions examples/vehicle_state/vehicle_state.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
© Copyright 2015-2016, 3D Robotics.
vehicle_state.py:
Demonstrates how to get and set vehicle state and parameter information,
Expand Down

0 comments on commit 15df123

Please sign in to comment.