Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBM map merging

This repository provides an algorithm for merging occupancy grid maps, whose cells are based on the Transferable Belief Model. The developed algorithm eliminates the collision of the merged maps.

Paper reference will be added later.

Dependencies

  • ROS (>= melodic)
  • OpenCV (>= 3.2.0)

Build

See how to create a repo and build(http://wiki.ros.org/catkin/Tutorials/using_a_workspace) on ROS Catkin documentation.

Run

source devel/setup.bash
rosrun map_merging map_merging --first_map=<first_map_path> --second_map=<second_map_path> --merged_map=<path_for_result_map>

Run with --help for see params.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages