Fast-Lio/launch/mapping_avia.launch

23 lines
886 B
Plaintext
Raw Normal View History

2020-11-01 00:17:32 +08:00
<launch>
2021-07-04 22:17:41 +08:00
<!-- Launch file for Livox AVIA LiDAR -->
2020-11-01 00:17:32 +08:00
2021-07-04 22:17:41 +08:00
<arg name="rviz" default="true" />
2020-11-01 00:17:32 +08:00
2021-07-04 22:17:41 +08:00
<rosparam command="load" file="$(find fast_lio)/config/avia.yaml" />
2020-11-01 00:17:32 +08:00
2021-07-04 22:17:41 +08:00
<param name="feature_extract_enable" type="bool" value="0"/>
2021-07-15 02:19:34 +08:00
<param name="point_filter_num" type="int" value="1"/>
2021-07-04 22:17:41 +08:00
<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" />
2021-07-05 23:43:58 +08:00
<param name="runtime_pos_log_enable" type="bool" value="0" />
2021-07-06 14:38:05 +08:00
<param name="pcd_save_enable" type="bool" value="0" />
2021-07-04 22:17:41 +08:00
<node pkg="fast_lio" type="fastlio_mapping" name="laserMapping" output="screen" />
2020-11-01 00:17:32 +08:00
2021-07-04 22:17:41 +08:00
<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>
2020-11-01 00:17:32 +08:00
</launch>