Skip to content

Excitingship/map_merge_custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

map_merge_custom

Add correct geometric relationships among merged map and maps of robots. It can work when sizes of maps changing dynamically.

It can only work in have_init_pose work mode, and map size should bigger than the area you would explore.

You can use launch/map_merge.launch to setup parameter, but map size or other parameters about maps themselves can only be set by slam package like gmapping or cartographer.

You can setup initial poses in your own launch file like below, the map_merge_custom package would check and use these parameters automatically.

<group ns="$(arg robot1name)/map_merge">
    <param name="init_pose_x"   value="$(arg first_tb3_x_pos)"/>
    <param name="init_pose_y"   value="$(arg first_tb3_y_pos)"/>
    <param name="init_pose_z"   value="$(arg first_tb3_z_pos)"/>
    <param name="init_pose_yaw" value="$(arg first_tb3_yaw)"  />
  </group>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages