Skip to content

Instantly share code, notes, and snippets.

@doisyg
Created December 18, 2017 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doisyg/73048ccf9423e70da7ed7d9493374e10 to your computer and use it in GitHub Desktop.
Save doisyg/73048ccf9423e70da7ed7d9493374e10 to your computer and use it in GitHub Desktop.
<launch>
<param name="/use_sim_time" value="true" />
<node name="robot_state_publisher" pkg="robot_state_publisher"
type="robot_state_publisher" />
<node name="cartographer_node" pkg="cartographer_ros"
type="cartographer_node" args="
-configuration_directory $(find keylo_mapping)/launch/carto
-configuration_basename keylo_r2000_localization.lua
-map_filename $(arg map_filename)"
output="screen">
<remap from="scan" to="scan_filtered" />
</node>
<node name="cartographer_occupancy_grid_node" pkg="cartographer_ros"
type="cartographer_occupancy_grid_node" args="-resolution 0.05" />
<node name="rviz" pkg="rviz" type="rviz" required="true"
args="-d $(find cartographer_ros)/configuration_files/demo_2d.rviz" />
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment