run.launch 392 B

123456789101112
  1. <launch>
  2. <!--- Robot State TF -->
  3. <include file="$(find lvi_sam)/launch/include/module_robot_state_publisher.launch" />
  4. <!--- Run Rviz-->
  5. <include file="$(find lvi_sam)/launch/include/module_rviz.launch" />
  6. <!--- SAM -->
  7. <include file="$(find lvi_sam)/launch/include/module_sam.launch" />
  8. <!-- <include file="$(find imu_filter)/launch/run.launch"/>-->
  9. </launch>