Skip to content
Snippets Groups Projects
Commit b822a161 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Update pointcloud_to_laserscan launch file: parameters load from...

Update pointcloud_to_laserscan launch file: parameters load from params/pointcloud_to_laserscan.yaml file
parent a860bb93
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
<launch>
<arg name="ns" default="robot"/>
<arg name="config_file" default="$(find iri_ana_rosnav)/params/pointcloud_to_laserscan.yaml" />
<arg name="scan_topic" default="$(arg ns)/scan"/>
<arg name="cloud_topic" default="$(arg ns/points"/>
<arg name="output" default="screen" />
......@@ -17,25 +18,7 @@
launch-prefix="$(arg launch_prefix)">
<remap from="/$(arg ns)/scan" to="$(arg scan_topic)"/>
<remap from="/$(arg ns)/cloud_in" to="$(arg cloud_topic)"/>
<rosparam>
target_frame: "" #camera_link # Leave disabled to output scan in pointcloud frame
transform_tolerance: 0.01
min_height: -0.125
max_height: 0.125
angle_min: -3.14159 #-1.5708 # -M_PI/2
angle_max: 3.14159 #1.5708 # M_PI/2
angle_increment: 0.0087 # M_PI/360.0
scan_time: 0.3333
range_min: 0.1
range_max: 40.0
use_inf: true
# Concurrency level, affects number of pointclouds queued for processing and number of threads used
# 0 : Detect number of cores
# 1 : Single threaded
# 2->inf : Parallelism level
concurrency_level: 1
</rosparam>
<rosparam file="$(arg config_file)" command="load" />
</node>
</group>
......
target_frame: ""
# Leave target_frame disabled to output scan in pointcloud frame
transform_tolerance: 0.1
min_height: -0.1
max_height: 0.5
angle_min: -3.14159 #-1.5708 # -M_PI/2
angle_max: 3.14159 #1.5708 # M_PI/2
angle_increment: 0.0087 # M_PI/360.0
scan_time: 0.3333
range_min: 0.1
range_max: 40.0
use_inf: true
# Concurrency level, affects number of pointclouds queued for processing and number of threads used
# 0 : Detect number of cores
# 1 : Single threaded
# 2->inf : Parallelism level
concurrency_level: 1
\ No newline at end of file
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