Skip to content

Instantly share code, notes, and snippets.

@gyubeomim
Created September 4, 2018 13:06
Show Gist options
  • Save gyubeomim/aee06ddb04c2632c92917d5343e3ba36 to your computer and use it in GitHub Desktop.
Save gyubeomim/aee06ddb04c2632c92917d5343e3ba36 to your computer and use it in GitHub Desktop.
1. <launch>
<param name="/use_sim_time" value="true" />
<param name="robot_description" textfile="$(find cartographer_ros)/urdf/test_dyros_model.urdf" />
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
<node name="cartographer_node" pkg="cartographer_ros" type="cartographer_node" output="screen" args="
-configuration_directory $(find cartographer_ros)/configuration_files
-configuration_basename dyros_settings_test_localization.lua
-load_state_filename $(arg load_state_filename)">
<remap from="points2" to="velodyne_points" />
</node>
<!-- ed: resolution : higher is bad when you get /map topic data -->
<node name="cartographer_occupancy_grid_node" pkg="cartographer_ros" type="cartographer_occupancy_grid_node" args="-resolution 0.05" />
<!-- <node name="playbag" pkg="rosbag" type="play" args="-\-clock $(arg bag_filename) -s 0"/> -->
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment