mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
add first version of simulator launch file
This commit is contained in:
parent
481f18cb3e
commit
6f446d9abc
13
launch/gazebo_multicopter.launch
Normal file
13
launch/gazebo_multicopter.launch
Normal file
@ -0,0 +1,13 @@
|
||||
<launch>
|
||||
|
||||
<group ns="px4_example">
|
||||
<include file="$(find mav_gazebo)/launch/vtol_empty_world.launch" />
|
||||
<node pkg="joy" name="joy_node" type="joy_node"/>
|
||||
<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>
|
||||
Loading…
x
Reference in New Issue
Block a user