28 lines
505 B
XML
28 lines
505 B
XML
<?xml version="1.0"?>
|
|
<launch>
|
|
<arg name="test_type" default="step.py" />
|
|
|
|
<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="offb_node"
|
|
name="offb_node"
|
|
launch-prefix="xterm -e"
|
|
/>
|
|
<node
|
|
pkg="oscillation_ctrl"
|
|
type="$(arg test_type)"
|
|
name="test_node"
|
|
launch-prefix="xterm -e"
|
|
/>
|
|
</launch>
|