Skip to content

Commit

Permalink
feat: return empty data
Browse files Browse the repository at this point in the history
Signed-off-by: keita1523 <[email protected]>
  • Loading branch information
keita1523 committed Nov 30, 2023
1 parent 93e03fd commit 1f2d472
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ void NDTScanMatcher::callback_sensor_points(
{
// mutex ndt_ptr_
std::lock_guard<std::mutex> lock(ndt_ptr_mtx_);
if (sensor_points_sensorTF_msg_ptr->data.empty()) return;

const auto exe_start_time = std::chrono::system_clock::now();
const rclcpp::Time sensor_ros_time = sensor_points_sensorTF_msg_ptr->header.stamp;
Expand Down

0 comments on commit 1f2d472

Please sign in to comment.