forked from Archive/PX4-Autopilot
enable safe landing test
This commit is contained in:
parent
7f4ddde378
commit
123f769306
|
@ -93,13 +93,13 @@ pipeline {
|
||||||
vehicle: "iris_obs_avoid",
|
vehicle: "iris_obs_avoid",
|
||||||
run_script: "rostest_avoidance_run.sh"
|
run_script: "rostest_avoidance_run.sh"
|
||||||
],
|
],
|
||||||
// [
|
[
|
||||||
// name: "MC_safe_landing",
|
name: "MC_safe_landing",
|
||||||
// test: "mavros_posix_test_safe_landing.test",
|
test: "mavros_posix_test_safe_landing.test",
|
||||||
// mission: "MC_safe_landing",
|
mission: "MC_safe_landing",
|
||||||
// vehicle: "iris_obs_avoid",
|
vehicle: "iris_obs_avoid",
|
||||||
// run_script: "rostest_avoidance_run.sh"
|
run_script: "rostest_avoidance_run.sh"
|
||||||
// ],
|
],
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<!-- MAVROS -->
|
<!-- MAVROS -->
|
||||||
<include file="$(find mavros)/launch/node.launch">
|
<include file="$(find mavros)/launch/node.launch">
|
||||||
<arg name="pluginlists_yaml" value="$(find mavros)/launch/px4_pluginlists.yaml"/>
|
<arg name="pluginlists_yaml" value="$(find mavros)/launch/px4_pluginlists.yaml"/>
|
||||||
<arg name="config_yaml" value="$(find mavros)/launch/px4_config.yaml"/>
|
<arg name="config_yaml" value="$(find local_planner)/resource/px4_config.yaml"/>
|
||||||
<arg name="gcs_url" value=""/>
|
<arg name="gcs_url" value=""/>
|
||||||
<arg name="fcu_url" value="udp://:14540@localhost:14557"/>
|
<arg name="fcu_url" value="udp://:14540@localhost:14557"/>
|
||||||
<arg name="tgt_system" value="1"/>
|
<arg name="tgt_system" value="1"/>
|
||||||
|
|
Loading…
Reference in New Issue