OscillationControlWithCircle/launch/spiri_circle_acceleration.l...

55 lines
1.0 KiB
XML

<?xml version="1.0"?>
<launch>
<arg name="model" default="headless_spiri_with_tether"/>
<arg name='test' default="none"/>
<arg name='turtle' default="none"/>
<group ns="sim">
<rosparam file="$(find oscillation_ctrl)/config/noCtrl_param.yaml" />
</group>
<node
pkg="oscillation_ctrl"
type="LinkState.py"
name="LinkStates"
launch-prefix="xterm -e"
/>
<node
pkg="oscillation_ctrl"
type="circle_acceleration.py"
name="circle_acceleration"
/>
<node
pkg="oscillation_ctrl"
type="wpoint_tracker.py"
name="waypoints_server"
launch-prefix="xterm -e"
/>
<group if="$(eval test != 'none')">
<node
pkg="oscillation_ctrl"
type="perform_test.py"
name="test_node"
launch-prefix="xterm -e"
/>
</group>
<group if="$(eval turtle != 'none')">
<node
pkg="oscillation_ctrl"
type="turtle_test.py"
name="turtle_test"
/>
<node
pkg="turtlesim"
type="turtlesim_node"
name="turtlesim_node"
/>
</group>
<!-- PX4 LAUNCH -->
<include file="$(find px4)/launch/$(arg model).launch"/>
</launch>