run_ka_urban_campus.launch 782 B

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