Skip to content

Commit 944646f

Browse files
committed
Move impl details to denoise subdirectory
1 parent ba93af5 commit 944646f

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

‎nav2_costmap_2d/include/nav2_costmap_2d/denoise_layer.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define NAV2_COSTMAP_2D__DENOISE_LAYER_HPP_
1717

1818
#include "nav2_costmap_2d/layer.hpp"
19-
#include "nav2_costmap_2d/image_processing.hpp"
19+
#include "nav2_costmap_2d/denoise/image_processing.hpp"
2020

2121
namespace nav2_costmap_2d
2222
{

‎nav2_costmap_2d/test/unit/image_processing_test.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <gtest/gtest.h>
1616
#include <cmath>
1717

18-
#include "nav2_costmap_2d/image_processing.hpp"
18+
#include "nav2_costmap_2d/denoise/image_processing.hpp"
1919
#include "image_tests_helper.hpp"
2020

2121
using namespace nav2_costmap_2d;

‎nav2_costmap_2d/test/unit/image_test.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include <gtest/gtest.h>
1616

17-
#include "nav2_costmap_2d/image.hpp"
17+
#include "nav2_costmap_2d/denoise/image.hpp"
1818
#include "image_tests_helper.hpp"
1919

2020
using namespace nav2_costmap_2d;

‎nav2_costmap_2d/test/unit/image_tests_helper.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#ifndef NAV2_COSTMAP_2D__IMAGE_TESTS_HELPER_HPP_
1616
#define NAV2_COSTMAP_2D__IMAGE_TESTS_HELPER_HPP_
1717

18-
#include "nav2_costmap_2d/image.hpp"
18+
#include "nav2_costmap_2d/denoise/image.hpp"
1919
#include <cmath>
2020
#include <string>
2121
#include <vector>

0 commit comments

Comments
 (0)