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(...)
PLUGINLIB_EXPORT_CLASS(BAGReader, nodelet::Nodelet)
ros::NodeHandle & getPrivateNodeHandle() const
boost::shared_ptr< OctomapServer > server_
ros::NodeHandle & getNodeHandle() const
bool getParam(const std::string &key, std::string &s) const
#define NODELET_DEBUG(...)