aboutsummaryrefslogtreecommitdiff
path: root/integrationtests/demo_tests/flight_path_assertion.py
diff options
context:
space:
mode:
authorAndreas Antener <antener_a@gmx.ch>2015-03-01 23:56:05 +0100
committerAndreas Antener <antener_a@gmx.ch>2015-03-02 00:18:34 +0100
commit9252124cfc84ad31f4a88d937343c7e5682e3339 (patch)
treea9c40866f9777ed218d6678e8393a5864a529304 /integrationtests/demo_tests/flight_path_assertion.py
parentedfbde1505456e89d79c11be5c8780a1219cce30 (diff)
downloadpx4-firmware-9252124cfc84ad31f4a88d937343c7e5682e3339.tar.gz
px4-firmware-9252124cfc84ad31f4a88d937343c7e5682e3339.tar.bz2
px4-firmware-9252124cfc84ad31f4a88d937343c7e5682e3339.zip
- updated test names, fixed lying comments and updated notes, misc. cleanup
- added mavros attitude control test - using manual arming for mavros tests so they succeed for the moment, arming should be implemented soon
Diffstat (limited to 'integrationtests/demo_tests/flight_path_assertion.py')
-rw-r--r--integrationtests/demo_tests/flight_path_assertion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/demo_tests/flight_path_assertion.py b/integrationtests/demo_tests/flight_path_assertion.py
index 1f5bf01fc..485de8c41 100644
--- a/integrationtests/demo_tests/flight_path_assertion.py
+++ b/integrationtests/demo_tests/flight_path_assertion.py
@@ -51,7 +51,7 @@ import numpy as np
import math
#
-# Helper to test if vehicle stays in expected flight path.
+# Helper to test if vehicle stays on expected flight path.
#
class FlightPathAssertion(threading.Thread):