Commit e97de474 authored by ChenKun's avatar ChenKun 🕺🏿

Update:change launch respawn from true to false

parent aabe2641
<launch>
<arg name="rvfusion_config_path" default="$(find jfx_rvfusion_cx)/config/rvfusion_config.yaml" />
<node pkg="jfx_rvfusion_cx" type="jfx_rvfusion_cx" name="jfx_rvfusion_cx" output="screen" respawn="true" >
<node pkg="jfx_rvfusion_cx" type="jfx_rvfusion_cx" name="jfx_rvfusion_cx" output="screen" respawn="false" >
<param name="config_file" value="$(arg rvfusion_config_path)" />
</node>
</launch>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment