Skip to content

Commit 240e327

Browse files
author
Mehmet Emin BAŞOĞLU
committed
fix: project structure according to guidelines
Signed-off-by: Mehmet Emin BAŞOĞLU <memin@leodrive.ai>
1 parent 64d4cdf commit 240e327

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

system/autoware_component_monitor/CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ autoware_package()
66

77
find_package(Boost REQUIRED COMPONENTS
88
filesystem
9-
# thread
109
)
1110

1211
ament_auto_add_library(${PROJECT_NAME} SHARED
13-
src/component_monitor.cpp
12+
src/component_monitor_node.cpp
1413
)
1514

1615
target_link_libraries(${PROJECT_NAME} ${Boost_LIBRARIES})
@@ -22,6 +21,5 @@ rclcpp_components_register_node(${PROJECT_NAME}
2221

2322
ament_auto_package(
2423
INSTALL_TO_SHARE
25-
# config
2624
launch
2725
)

system/autoware_component_monitor/src/component_monitor.cpp system/autoware_component_monitor/src/component_monitor_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "component_monitor/component_monitor.hpp"
1+
#include "component_monitor_node.hpp"
22

33
namespace autoware::component_monitor
44
{

0 commit comments

Comments
 (0)