You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
326 B

<?xml version="1.0"?>
<launch>
<arg name="lcm2ros" default="true" />
<rosparam command="load" file="$(find servo_state_lcm2ros)/config/lcm2ros_config.yaml" ns="servo_state_lcm2ros"/>
<node if="$(arg lcm2ros)" name="servo_state_lcm2ros" pkg="servo_state_lcm2ros" type="main.py" output="screen"/>
</launch>