mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
ros: make mixer name a param
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find mav_gazebo)/launch/ardrone_empty_world_with_joy.launch" />
|
||||
<include file="$(find px4)/launch/multicopter.launch" />
|
||||
<include file="$(find px4)/launch/multicopter_x.launch" />
|
||||
|
||||
</launch>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find mav_gazebo)/launch/ardrone_house_world_with_joy.launch" />
|
||||
<include file="$(find px4)/launch/multicopter.launch" />
|
||||
<include file="$(find px4)/launch/multicopter_x.launch" />
|
||||
|
||||
</launch>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find mav_gazebo)/launch/iris_empty_world_with_joy.launch" />
|
||||
<include file="$(find px4)/launch/multicopter.launch" />
|
||||
<include file="$(find px4)/launch/multicopter_w.launch" />
|
||||
|
||||
</launch>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find mav_gazebo)/launch/iris_outdoor_world_with_joy.launch" />
|
||||
<include file="$(find px4)/launch/multicopter.launch" />
|
||||
<include file="$(find px4)/launch/multicopter_x.launch" />
|
||||
|
||||
</launch>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<param name="MC_YAWRATE_P" type="double" value="0.5" />
|
||||
<param name="MC_MAN_R_MAX" type="double" value="10.0" />
|
||||
<param name="MC_MAN_P_MAX" type="double" value="10.0" />
|
||||
<param name="mixer" type="string" value="x" />
|
||||
</group>
|
||||
|
||||
</launch>
|
||||
|
||||
9
launch/multicopter_w.launch
Normal file
9
launch/multicopter_w.launch
Normal file
@@ -0,0 +1,9 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find px4)/launch/multicopter.launch" />
|
||||
|
||||
<group ns="px4_multicopter">
|
||||
<param name="mixer" type="string" value="w" />
|
||||
</group>
|
||||
|
||||
</launch>
|
||||
9
launch/multicopter_x.launch
Normal file
9
launch/multicopter_x.launch
Normal file
@@ -0,0 +1,9 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find px4)/launch/multicopter.launch" />
|
||||
|
||||
<group ns="px4_multicopter">
|
||||
<param name="mixer" type="string" value="x" />
|
||||
</group>
|
||||
|
||||
</launch>
|
||||
Reference in New Issue
Block a user