-
Notifications
You must be signed in to change notification settings - Fork 0
/
mapping_mid360.launch
26 lines (18 loc) · 1.13 KB
/
mapping_mid360.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<launch>
<!-- Launch file for velodyne16 VLP-16 LiDAR -->
<arg name="rviz" default="true" />
<rosparam command="load" file="$(find fast_lio)/config/mid360.yaml" />
<param name="feature_extract_enable" type="bool" value="0"/>
<param name="point_filter_num" type="int" value="3"/>
<param name="max_iteration" type="int" value="3" />
<param name="filter_size_surf" type="double" value="0.5" />
<param name="filter_size_map" type="double" value="0.5" />
<param name="cube_side_length" type="double" value="1000" />
<param name="runtime_pos_log_enable" type="bool" value="0" />
<node pkg="fast_lio" type="fastlio_mapping" name="laserMapping" output="screen" />
<!--<node pkg="tf" type="static_transform_publisher" name="camera_init_linker" args="0 0 0 0 0 0 local_origin camera_init 100" />-->
<node pkg="tf" type="static_transform_publisher" name="livox_lidar_inclination" args="0 0 0 0 -0.52333 0 body body_sec 100" />
<group if="$(arg rviz)">
<node launch-prefix="nice" pkg="rviz" type="rviz" name="rviz" args="-d $(find fast_lio)/rviz_cfg/loam_livox.rviz" />
</group>
</launch>