update folder plugins
This commit is contained in:
@@ -104,8 +104,8 @@ unsigned char StaticLayer::interpretValue(unsigned char value)
|
||||
}
|
||||
|
||||
void StaticLayer::handleImpl(const void* data,
|
||||
const std::type_info& type,
|
||||
const std::string& topic)
|
||||
const std::type_info& type,
|
||||
const std::string& topic)
|
||||
{
|
||||
if (type == typeid(nav_msgs::OccupancyGrid) && topic == "map") {
|
||||
incomingMap(*static_cast<const nav_msgs::OccupancyGrid*>(data));
|
||||
|
||||
Reference in New Issue
Block a user