Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: atsushi421 <yff81986@nifty.com>
  • Loading branch information
atsushi421 committed May 29, 2023
1 parent 9f83551 commit e5d40f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "pointcloud_preprocessor/downsample_filter/faster_voxel_grid_dowmsample_filter.hpp"
#include "pointcloud_preprocessor/downsample_filter/faster_voxel_grid_downsample_filter.hpp"

namespace pointcloud_preprocessor
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

#include "pointcloud_preprocessor/downsample_filter/voxel_grid_downsample_filter_nodelet.hpp"

#include "pointcloud_preprocessor/downsample_filter/faster_voxel_grid_dowmsample_filter.hpp"
#include "pointcloud_preprocessor/downsample_filter/faster_voxel_grid_downsample_filter.hpp"

#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/search/kdtree.h>
Expand Down

0 comments on commit e5d40f0

Please sign in to comment.