Skip to content

Commit

Permalink
reaname plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar-Ray-code committed Nov 27, 2023
1 parent 589f2e4 commit 9793312
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion panel_detector_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(BUILD_TESTING)
find_package(ament_cmake_gmock REQUIRED)

set(TEST_TARGETS
test_publish_center)
test_publish_center_plugin)
foreach(TARGET ${TEST_TARGETS})
ament_add_gtest(${TARGET} test/src/${TARGET}.cpp)
target_link_libraries(${TARGET} ${PROJECT_NAME} ${OpenCV_LIBRARIES})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "panel_detector_plugins/publish_center.hpp"
#include "panel_detector_plugins/publish_center_plugin.hpp"

namespace panel_detector_plugins
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <opencv2/opencv.hpp>
#include <panel_detector_base/panel_detector_base.hpp>
#include <panel_detector_param/panel_detector_param.hpp>
#include <panel_detector_plugins/publish_center.hpp>
#include <panel_detector_plugins/publish_center_plugin.hpp>
#include <rclcpp/rclcpp.hpp>

class TestPanelDetectorClass : public ::testing::Test
Expand Down

0 comments on commit 9793312

Please sign in to comment.