mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
improve launch files
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
<launch>
|
<launch>
|
||||||
<include file="$(find mav_gazebo)/launch/vtol_empty_world_with_joy.launch" />
|
|
||||||
|
|
||||||
<group ns="px4_multicopter">
|
<include file="$(find mav_gazebo)/launch/vtol_empty_world_with_joy.launch" />
|
||||||
<node pkg="joy" name="joy_node" type="joy_node"/>
|
<include file="$(find px4)/launch/multicopter.launch" />
|
||||||
<node pkg="px4" name="manual_input" type="manual_input"/>
|
|
||||||
<node pkg="px4" name="commander" type="commander"/>
|
|
||||||
<node pkg="px4" name="mc_mixer" type="mc_mixer"/>
|
|
||||||
<node pkg="px4" name="attitude_estimator" type="attitude_estimator"/>
|
|
||||||
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</launch>
|
</launch>
|
||||||
|
|||||||
@@ -7,6 +7,11 @@
|
|||||||
<node pkg="px4" name="mc_mixer" type="mc_mixer"/>
|
<node pkg="px4" name="mc_mixer" type="mc_mixer"/>
|
||||||
<node pkg="px4" name="attitude_estimator" type="attitude_estimator"/>
|
<node pkg="px4" name="attitude_estimator" type="attitude_estimator"/>
|
||||||
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
|
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
|
||||||
|
|
||||||
|
<param name="MC_ROLL_P" type="double" value="6.0" />
|
||||||
|
<param name="MC_PITCH_P" type="double" value="6.0" />
|
||||||
|
<param name="MC_ROLLRATE_P" type="double" value="0.05" />
|
||||||
|
<param name="MC_PITCHRATE_P" type="double" value="0.05" />
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
</launch>
|
</launch>
|
||||||
|
|||||||
Reference in New Issue
Block a user