mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-11 17:39:01 +08:00
move demo nodes out of px4 namespace
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
|
||||
<include file="$(find px4)/launch/gazebo_ardrone_empty_world.launch" />
|
||||
<include file="$(find px4)/launch/mavros_sitl.launch" />
|
||||
<group ns="px4_multicopter">
|
||||
<node pkg="px4" name="demo_offboard_attitude_setpoints" type="demo_offboard_attitude_setpoints"/>
|
||||
</group>
|
||||
|
||||
<node pkg="px4" name="demo_offboard_attitude_setpoints" type="demo_offboard_attitude_setpoints"/>
|
||||
|
||||
</launch>
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
|
||||
<include file="$(find px4)/launch/gazebo_ardrone_empty_world.launch" />
|
||||
<include file="$(find px4)/launch/mavros_sitl.launch" />
|
||||
<group ns="px4_multicopter">
|
||||
<node pkg="px4" name="demo_offboard_position_setpoints" type="demo_offboard_position_setpoints"/>
|
||||
</group>
|
||||
|
||||
<node pkg="px4" name="demo_offboard_position_setpoints" type="demo_offboard_position_setpoints"/>
|
||||
|
||||
</launch>
|
||||
|
||||
Reference in New Issue
Block a user