run_fr_iosb_internal_imu.launch 960 B

1234567891011121314151617181920212223
  1. <launch>
  2. <!--- Sim Time -->
  3. <param name="/use_sim_time" value="false" />
  4. <!-- <include file="$(find imu_filter)/launch/run.launch"/>-->
  5. <!--- Run Rviz-->
  6. <node pkg="rviz" type="rviz" name="rviz" args="-d $(find lili_om)/config/test.rviz" />
  7. <!-- Parameters -->
  8. <rosparam file = "$(find lili_om)/config/config_fr_iosb_internal_imu.yaml"/>
  9. <!-- <node pkg="tf" type="static_transform_publisher" name="lili_om" args="0 0 0 0 0 0 base_link lili_om 200"/>-->
  10. <node pkg="lili_om" type="InternalImuUnitConverter.py" name="UnitConverter" output="screen"/>
  11. <!--- lili_om -->
  12. <node pkg="lili_om" type="FormatConvert" name="FormatConvert" output="screen"/>
  13. <node pkg="lili_om" type="Preprocessing" name="Preprocessing" output="screen"/>
  14. <node pkg="lili_om" type="LidarOdometry" name="LidarOdometry" output="screen"/>
  15. <node pkg="lili_om" type="BackendFusion" name="BackendFusion" output="screen"/>
  16. </launch>