Skip to content

Commit

Permalink
Move impl details to denoise subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhikovas committed Apr 28, 2023
1 parent c6be9c2 commit 8105b53
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nav2_costmap_2d/include/nav2_costmap_2d/denoise_layer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define NAV2_COSTMAP_2D__DENOISE_LAYER_HPP_

#include "nav2_costmap_2d/layer.hpp"
#include "nav2_costmap_2d/image_processing.hpp"
#include "nav2_costmap_2d/denoise/image_processing.hpp"

namespace nav2_costmap_2d
{
Expand Down
2 changes: 1 addition & 1 deletion nav2_costmap_2d/test/unit/image_processing_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <gtest/gtest.h>
#include <cmath>

#include "nav2_costmap_2d/image_processing.hpp"
#include "nav2_costmap_2d/denoise/image_processing.hpp"
#include "image_tests_helper.hpp"

using namespace nav2_costmap_2d;
Expand Down
2 changes: 1 addition & 1 deletion nav2_costmap_2d/test/unit/image_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include <gtest/gtest.h>

#include "nav2_costmap_2d/image.hpp"
#include "nav2_costmap_2d/denoise/image.hpp"
#include "image_tests_helper.hpp"

using namespace nav2_costmap_2d;
Expand Down
2 changes: 1 addition & 1 deletion nav2_costmap_2d/test/unit/image_tests_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef NAV2_COSTMAP_2D__IMAGE_TESTS_HELPER_HPP_
#define NAV2_COSTMAP_2D__IMAGE_TESTS_HELPER_HPP_

#include "nav2_costmap_2d/image.hpp"
#include "nav2_costmap_2d/denoise/image.hpp"
#include <cmath>
#include <string>
#include <vector>
Expand Down

0 comments on commit 8105b53

Please sign in to comment.