diff --git a/wamv_perception/wamv_lidar/launch/pointcloud_to_laserscan.launch b/wamv_perception/wamv_lidar/launch/pointcloud_to_laserscan.launch new file mode 100644 index 0000000..b320e9b --- /dev/null +++ b/wamv_perception/wamv_lidar/launch/pointcloud_to_laserscan.launch @@ -0,0 +1,32 @@ + + + + + + + + + + + + target_frame: lidar_wamv_link + transform_tolerance: 0.01 + min_height: -5.0 + max_height: 2.0 + + angle_min: -3.14 # -M_PI + angle_max: 3.14 # M_PI + angle_increment: 0.0087 # M_PI/360.0 + scan_time: 0.3333 + range_min: 0.1 + range_max: 50 + use_inf: true + + # Concurrency level, affects number of pointclouds queued for processing, thread number governed by nodelet manager + # 0 : Detect number of cores + # 1 : Single threaded + # 2->inf : Parallelism level + concurrency_level: 0 + + +