Skip to content
Snippets Groups Projects
Commit d6a1f439 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the launch for the simulation.

parent 00301b78
No related branches found
No related tags found
No related merge requests found
<!-- -->
<launch>
<arg name="config_yaml_file" default="$(find iri_blob_detector)/config/default_params.yaml"/>
<node name="blob"
pkg="iri_blob_detector"
type="iri_blob_detector"
output="screen">
<param name="window_size" value="15"/>
<remap from="/blob/image_in/camera_info"
to="/usb_cam/camera_info"/>
<remap from="/blob/image_in/image_raw"
to="/usb_cam/image_raw"/>
<rosparam file="$(arg config_yaml_file)" command="load" />
</node>
</launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment