fix launch files

This commit is contained in:
Thomas Gubler 2014-12-30 15:43:23 +01:00
parent 6f446d9abc
commit 133842e89d
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<launch>
<include file="$(find mav_gazebo)/launch/vtol_empty_world.launch" />
<group ns="px4_example">
<include file="$(find mav_gazebo)/launch/vtol_empty_world.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"/>

View File

@ -1,6 +1,6 @@
<launch>
<group ns="px4_example">
<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"/>