vectr-ucla / direct_lidar_inertial_odometry

[IEEE ICRA'23] A new lightweight LiDAR-inertial odometry algorithm with a novel coarse-to-fine approach in constructing continuous-time trajectories for precise motion correction.
MIT License
576 stars 115 forks source link

function dlio::MapNode::savePcd bugs #50

Closed JaySlamer closed 3 months ago

JaySlamer commented 4 months ago

Two bugs within the following code: if (!std::filesystem::is_directory(p)) { std::cout << "Could not find directory " << p << std::endl; res->success = false; // should be res.success = false; return;// should be return false; }