Skip to content

Commit

Permalink
Year update
Browse files Browse the repository at this point in the history
  • Loading branch information
alduxvm committed Oct 27, 2016
1 parent c4a4030 commit 5eb7a68
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 322 deletions.
2 changes: 1 addition & 1 deletion mw-joystick.py
Expand Up @@ -3,7 +3,7 @@
""" mw-joystick.py: Send joystick commands via UDP from a ground-station running Matlab to a FC running MultiWii software."""

__author__ = "Aldo Vargas"
__copyright__ = "Copyright 2015 Altax.net"
__copyright__ = "Copyright 2016 Altax.net"

__license__ = "GPL"
__version__ = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion mw-neural.py
Expand Up @@ -3,7 +3,7 @@
""" mw-neural.py: Totally experimental stuff. """

__author__ = "Aldo Vargas"
__copyright__ = "Copyright 2015 Altax.net"
__copyright__ = "Copyright 2016 Altax.net"

__license__ = "GPL"
__version__ = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion mw-waypoint.py
Expand Up @@ -5,7 +5,7 @@
"""

__author__ = "Aldo Vargas"
__copyright__ = "Copyright 2015 Altax.net"
__copyright__ = "Copyright 2016 Altax.net"

__license__ = "GPL"
__version__ = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion pix-goto.py
Expand Up @@ -3,7 +3,7 @@
""" pix-goto.py -> Script that commands the vehicle to follow waypoints. """

__author__ = "Aldo Vargas"
__copyright__ = "Copyright 2015 Altax.net"
__copyright__ = "Copyright 2016 Altax.net"

__license__ = "GPL"
__version__ = "2.0"
Expand Down
315 changes: 0 additions & 315 deletions pix-ground-control.py

This file was deleted.

2 changes: 1 addition & 1 deletion pix-hover-controller.py
Expand Up @@ -4,7 +4,7 @@
with a pixhawk flight controller and a MoCap system in order to keep a specified position. """

__author__ = "Aldo Vargas"
__copyright__ = "Copyright 2015 Altax.net"
__copyright__ = "Copyright 2016 Altax.net"

__license__ = "GPL"
__version__ = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion pix-joystick.py
Expand Up @@ -3,7 +3,7 @@
""" pix-joystick.py -> Script that send the vehicle joystick override using data from a UDP server. """

__author__ = "Aldo Vargas"
__copyright__ = "Copyright 2015 Altax.net"
__copyright__ = "Copyright 2016 Altax.net"

__license__ = "GPL"
__version__ = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion pix-logdata.py
Expand Up @@ -3,7 +3,7 @@
""" pix-logdata.py -> Script that logs data from a vehicle and a MoCap system. DroneApi related. """

__author__ = "Aldo Vargas"
__copyright__ = "Copyright 2015 Altax.net"
__copyright__ = "Copyright 2016 Altax.net"

__license__ = "GPL"
__version__ = "2.0"
Expand Down

0 comments on commit 5eb7a68

Please sign in to comment.