56 std::string mapFilename(
"");
57 if (private_nh.
getParam(
"map_file", mapFilename)) {
58 if (!
server_->openFile(mapFilename)){
59 NODELET_WARN(
"Could not open file %s", mapFilename.c_str());
#define NODELET_WARN(...)
ros::NodeHandle & getNodeHandle() const
ros::NodeHandle & getPrivateNodeHandle() const
bool getParam(const std::string &key, std::string &s) const
boost::shared_ptr< OctomapServer > server_
#define PLUGINLIB_EXPORT_CLASS(class_type, base_class_type)
#define NODELET_DEBUG(...)