chicagoedt / revo_robot

Code for EDT's IGVC entry, Revo.
http://www.igvc.org/
20 stars 23 forks source link

[navigation] Set global_costmap to use static_map with initial empty.pgm file #52

Open l0g1x opened 9 years ago

l0g1x commented 9 years ago

As of right now the global costmap is a rolling window, meaning the map moves with the robot. We need to set static_map to true, and rolling_window to false and add the map_server node into the gazebo.launch file.