Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 7ec4dbb

Browse files
committed
Map file path by default have been changed
1 parent 24baaaa commit 7ec4dbb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

easynav_pointcloud_maps_manager/include/easynav_pointcloud_maps_manager/PointCloudMapsManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class PointCloudMapsManager : public easynav::MapsManagerBase
107107
/**
108108
* @brief Full path to the map file.
109109
*/
110-
std::string map_path_;
110+
std::string map_path_ {"/tmp/map.pcd"};
111111

112112
private:
113113
/**

easynav_pointcloud_maps_manager/src/easynav_pointcloud_maps_manager/PointCloudMapsManager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ PointCloudMapsManager::on_initialize()
8888
dynamic_map_.deep_copy(static_map_);
8989
}
9090
} else {
91-
map_path_ = "pointcloud_map.pcd";
9291
RCLCPP_INFO(get_node()->get_logger(),
9392
"PointCloud : Path Map file to save = ./%s", map_path_.c_str());
9493
}

0 commit comments

Comments
 (0)