aboutsummaryrefslogtreecommitdiff
path: root/integrationtests/demo_tests/mavros_tests.launch
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/mavros_tests.launch
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/mavros_tests.launch')
-rw-r--r--integrationtests/demo_tests/mavros_tests.launch1
1 files changed, 1 insertions, 0 deletions
diff --git a/integrationtests/demo_tests/mavros_tests.launch b/integrationtests/demo_tests/mavros_tests.launch
index 8c1ad7b4d..4651f0dc9 100644
--- a/integrationtests/demo_tests/mavros_tests.launch
+++ b/integrationtests/demo_tests/mavros_tests.launch
@@ -15,4 +15,5 @@
<include file="$(find px4)/launch/mavros_sitl.launch" />
<test test-name="mavros_offboard_posctl_test" pkg="px4" type="mavros_offboard_posctl_test.py" />
+ <test test-name="mavros_offboard_attctl_test" pkg="px4" type="mavros_offboard_attctl_test.py" />
</launch>