Advertisement
NZNobody

elevation_mapping.launch

Jul 12th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.91 KB | None | 0 0
  1. <launch>
  2.  
  3.     <!-- file="$(find zed_wrapper)/launch/zed.launch" /-->
  4.    
  5.     <include file="$(find zed_wrapper)/launch/ekf.launch" />
  6.    
  7.     <!--include file="$(find duo_wrapper_ros)/launch/ekf_withDuo.launch" /-->
  8.     <!--include file="$(find imu_complementary_filter)/launch/duo.launch" /-->
  9.    
  10.     <include file="$(find odom2pose)/launch/default.launch" />
  11.    
  12.     <include file="$(find elevation_mapping)/launch/visualization.launch" />
  13.    
  14.     <include file="$(find rex_model)/launch/load_model.launch" />
  15.  
  16.     <node pkg="elevation_mapping" type="elevation_mapping" name="elevation_mapping" output="screen">
  17.          <rosparam command="load" file="$(find elevation_mapping)/config/robots/robot_rex.yaml" />
  18.          <rosparam command="load" file="$(find elevation_mapping)/config/elevation_maps/rex_stable.yaml" />
  19.          <rosparam command="load" file="$(find elevation_mapping)/config/sensor_processors/perfect.yaml" />
  20.     </node>
  21.  
  22. </launch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement