There was an error while loading. Please reload this page.
2 parents bed8ae3 + bda7d01 commit 932bd28Copy full SHA for 932bd28
1 file changed
src/dlio/map.cc
@@ -85,8 +85,8 @@ bool dlio::MapNode::savePcd(direct_lidar_inertial_odometry::save_pcd::Request& r
85
86
if (!std::filesystem::is_directory(p)) {
87
std::cout << "Could not find directory " << p << std::endl;
88
- res->success = false;
89
- return;
+ res.success = false;
+ return false;
90
}
91
92
std::cout << std::setprecision(2) << "Saving map to " << p + "/dlio_map.pcd"
0 commit comments