Skip to content

Commit

Permalink
test fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
TonysCousin committed Jun 29, 2023
1 parent 97c90ef commit c8def6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core_perception/lidar_localizer_ros2/src/ndt_matching.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1500,8 +1500,8 @@ if (points_map_num != input->width)
RCLCPP_ERROR(get_logger(), "%s", ex.what());
}

// // Implementation taken from pcl_ros
// transformPointCloud(map, map, local_transform.inverse());
// Implementation taken from pcl_ros
transformPointCloud(map, map, local_transform.inverse());

}

Expand Down

0 comments on commit c8def6e

Please sign in to comment.