aboutsummaryrefslogtreecommitdiff
path: root/launch/gazebo_multicopter.launch
diff options
context:
space:
mode:
Diffstat (limited to 'launch/gazebo_multicopter.launch')
-rw-r--r--launch/gazebo_multicopter.launch11
1 files changed, 2 insertions, 9 deletions
diff --git a/launch/gazebo_multicopter.launch b/launch/gazebo_multicopter.launch
index 9c0e96e04..febf7bdc0 100644
--- a/launch/gazebo_multicopter.launch
+++ b/launch/gazebo_multicopter.launch
@@ -1,13 +1,6 @@
<launch>
-<include file="$(find mav_gazebo)/launch/vtol_empty_world_with_joy.launch" />
-<group ns="px4_multicopter">
- <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>
+<include file="$(find mav_gazebo)/launch/vtol_empty_world_with_joy.launch" />
+<include file="$(find px4)/launch/multicopter.launch" />
</launch>