Skip to content

Ramune6110/map_switcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

map_switcher

ROS package to switch between occupancy grid maps. Based on the ideas proposed by multi_map_navigation, but slimmed down to focus only on switching individual occupancy grids, without the navigation or elevator components.

Execution Procedure

roslaunch map_switcher map_switcher.launch

Either of the following commands will switch the map

cd ~/catkin_ws
rosservice call /map_switcher/change_map elevator_1 map1
rosservice call /map_switcher/change_map elevator_1 map2
rosservice call /map_switcher/change_map elevator_1 map3
rosservice call /map_switcher/change_map elevator_1 map4
rosservice call /map_switcher/change_map elevator_1 map5
rosservice call /map_switcher/change_map elevator_1 map6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.0%
  • CMake 17.0%