Skip to content
Snippets Groups Projects
Commit 6179a67d authored by Projekt Robbie's avatar Projekt Robbie
Browse files

typo

parent 9fe9ff1d
No related branches found
No related tags found
1 merge request!4Recent changes
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
MapManager::MapManager(ros::NodeHandle *nh) MapManager::MapManager(ros::NodeHandle *nh)
{ {
m_Mapnublisher = nh->advertise<nav_msgs::OccupancyGrid>("/map", 1, true); m_MapPublisher = nh->advertise<nav_msgs::OccupancyGrid>("/map", 1, true);
m_map_layers.push_back(homer_mapnav_msgs::MapLayers::SLAM_LAYER); m_map_layers.push_back(homer_mapnav_msgs::MapLayers::SLAM_LAYER);
m_map_layers.push_back(homer_mapnav_msgs::MapLayers::KINECT_LAYER); m_map_layers.push_back(homer_mapnav_msgs::MapLayers::KINECT_LAYER);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment