Skip to content

Commit aea212c

Browse files
committed
stuff
1 parent eec2da6 commit aea212c

File tree

5 files changed

+1
-290
lines changed

5 files changed

+1
-290
lines changed

deep_core/CMakeLists.txt

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ endif()
2828
find_package(ament_cmake REQUIRED)
2929
find_package(rclcpp REQUIRED)
3030
find_package(rclcpp_lifecycle REQUIRED)
31-
find_package(deep_test REQUIRED)
3231

3332
set(include_dir ${CMAKE_CURRENT_SOURCE_DIR}/include)
3433

@@ -45,7 +44,6 @@ target_link_libraries(${DEEP_CORE_LIB}
4544
PRIVATE
4645
rclcpp::rclcpp
4746
rclcpp_lifecycle::rclcpp_lifecycle
48-
deep_test::deep_test
4947
)
5048

5149
install(TARGETS
@@ -68,25 +66,6 @@ install(DIRECTORY include/
6866
if(BUILD_TESTING)
6967
find_package(deep_test REQUIRED)
7068

71-
# Add the basic example test
72-
add_deep_test(test_basic_example
73-
test/test_basic_example.cpp
74-
LIBRARIES
75-
${DEEP_CORE_LIB}
76-
${std_msgs_TARGETS}
77-
${std_srvs_TARGETS}
78-
)
79-
80-
# Add ROS test with multiple library dependencies
81-
add_deep_test(test_with_ros
82-
test/test_with_ros.cpp
83-
LIBRARIES
84-
${DEEP_CORE_LIB}
85-
${std_msgs_TARGETS}
86-
)
8769
endif()
8870

8971
ament_export_targets(${PROJECT_NAME}Targets HAS_LIBRARY_TARGET)
90-
ament_package(
91-
CONFIG_EXTRAS "${PROJECT_NAME}-extras.cmake"
92-
)

deep_core/COLCON_IGNORE

Whitespace-only changes.

deep_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<package format="3">
3-
<name>deep_test</name>
3+
<name>deep_core</name>
44
<version>0.1.0</version>
55
<description>C++ language generic utilities, independent of any other dependencies or frameworks</description>
66
<maintainer email="hello@watonomous.ca">WATonomous</maintainer>

deep_core/src/deep_node_base.cpp

Lines changed: 0 additions & 255 deletions
This file was deleted.

deep_core/test/test_deep_node_base.cpp

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)