2022-03-01 14:06:42 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<launch>
|
2022-04-25 11:18:49 -03:00
|
|
|
<arg name="model" default="headless_spiri_with_tether"/>
|
|
|
|
<arg name='test' default="none"/>
|
2022-08-18 15:29:26 -03:00
|
|
|
|
|
|
|
<group ns="sim">
|
|
|
|
<rosparam file="$(find oscillation_ctrl)/config/gazebo_config.yaml" />
|
|
|
|
</group>
|
2022-04-25 11:18:49 -03:00
|
|
|
<group ns="status">
|
2022-08-18 15:29:26 -03:00
|
|
|
<rosparam file="$(find oscillation_ctrl)/config/noCtrl_param.yaml" />
|
2022-04-25 11:18:49 -03:00
|
|
|
<param name="test_type" value="$(arg test)"/>
|
|
|
|
</group>
|
2022-03-01 14:06:42 -04:00
|
|
|
|
|
|
|
<node
|
|
|
|
pkg="oscillation_ctrl"
|
|
|
|
type="LinkState.py"
|
|
|
|
name="LinkStates"
|
|
|
|
launch-prefix="xterm -e"
|
|
|
|
/>
|
|
|
|
<node
|
|
|
|
pkg="oscillation_ctrl"
|
|
|
|
type="offb_node"
|
|
|
|
name="offb_node"
|
|
|
|
launch-prefix="xterm -e"
|
|
|
|
/>
|
2022-04-25 11:18:49 -03:00
|
|
|
|
|
|
|
|
2022-03-01 14:06:42 -04:00
|
|
|
<node
|
|
|
|
pkg="oscillation_ctrl"
|
2022-04-25 11:18:49 -03:00
|
|
|
type="wpoint_tracker.py"
|
|
|
|
name="waypoints_server"
|
2022-03-01 14:06:42 -04:00
|
|
|
/>
|
2022-03-14 16:09:30 -03:00
|
|
|
|
2022-04-25 11:18:49 -03:00
|
|
|
<group if="$(eval test != 'none')">
|
|
|
|
<node
|
|
|
|
pkg="oscillation_ctrl"
|
|
|
|
type="perform_test.py"
|
|
|
|
name="test_node"
|
|
|
|
launch-prefix="xterm -e"
|
|
|
|
/>
|
|
|
|
</group>
|
2022-03-14 16:09:30 -03:00
|
|
|
<!-- PX4 LAUNCH -->
|
|
|
|
<include file="$(find px4)/launch/$(arg model).launch"/>
|
2022-03-01 14:06:42 -04:00
|
|
|
</launch>
|