enable safe landing test

This commit is contained in:
Martina Rivizzigno
2019-10-09 13:25:42 +02:00
committed by Daniel Agar
parent 7f4ddde378
commit 123f769306
2 changed files with 8 additions and 8 deletions

View File

@@ -93,13 +93,13 @@ pipeline {
vehicle: "iris_obs_avoid",
run_script: "rostest_avoidance_run.sh"
],
// [
// name: "MC_safe_landing",
// test: "mavros_posix_test_safe_landing.test",
// mission: "MC_safe_landing",
// vehicle: "iris_obs_avoid",
// run_script: "rostest_avoidance_run.sh"
// ],
[
name: "MC_safe_landing",
test: "mavros_posix_test_safe_landing.test",
mission: "MC_safe_landing",
vehicle: "iris_obs_avoid",
run_script: "rostest_avoidance_run.sh"
],
]