1234567891011121314151617181920 |
- <launch>
- <arg name="project" default="lio_sam"/>
-
- <!-- Parameters -->
- <rosparam file="$(find lio_sam)/config/params.yaml" command="load" />
- <!--- LOAM -->
- <include file="$(find lio_sam)/launch/include/module_loam.launch" />
- <!--- Robot State TF -->
- <include file="$(find lio_sam)/launch/include/module_robot_state_publisher.launch" />
- <!--- Run Navsat -->
- <include file="$(find lio_sam)/launch/include/module_navsat.launch" />
- <!--- Run Rviz-->
- <include file="$(find lio_sam)/launch/include/module_rviz.launch" />
- </launch>
|