mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 08:10:19 +08:00
map_assembler node is now available on ROS2
This commit is contained in:
@@ -129,7 +129,7 @@ GuiWrapper::GuiWrapper(const rclcpp::NodeOptions & options) :
|
||||
initCachePath = UDirectory::currentDir(true) + initCachePath;
|
||||
}
|
||||
RCLCPP_INFO(this->get_logger(), "rtabmap_viz: Initializing cache with local database \"%s\"", initCachePath.c_str());
|
||||
if(!callMapDataService("get_map_data", false, true, true))
|
||||
if(!callMapDataService(rtabmapNodeName_+"/get_map_data", false, true, true))
|
||||
{
|
||||
RCLCPP_ERROR(this->get_logger(),
|
||||
"The cache will still be loaded "
|
||||
|
||||
Reference in New Issue
Block a user