mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
ros tests: add an interactive flag & disable the PX4 shell for ROS tests (#9672)
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
<arg name="est" default="ekf2"/>
|
||||
<arg name="gui" default="false"/>
|
||||
<arg name="vehicle" default="iris"/>
|
||||
<arg name="interactive" default="false"/>
|
||||
<!-- MAVROS, PX4 SITL, Gazebo -->
|
||||
<include file="$(find px4)/launch/mavros_posix_sitl.launch">
|
||||
<arg name="est" value="$(arg est)"/>
|
||||
<arg name="gui" value="$(arg gui)"/>
|
||||
<arg name="interactive" value="$(arg interactive)"/>
|
||||
<arg name="vehicle" value="$(arg vehicle)"/>
|
||||
<arg name="respawn_gazebo" value="true"/>
|
||||
<arg name="respawn_mavros" value="true"/>
|
||||
|
||||
Reference in New Issue
Block a user