File tree Expand file tree Collapse file tree 5 files changed +0
-237
lines changed
Expand file tree Collapse file tree 5 files changed +0
-237
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ add_executable(lifecycle_bringup
2828)
2929target_link_libraries (lifecycle_bringup ${library_name} )
3030
31- add_executable (base_footprint_publisher
32- base_footprint_publisher.cpp
33- )
34- target_link_libraries (base_footprint_publisher ${library_name} )
35-
3631find_package (Boost REQUIRED COMPONENTS program_options)
3732
3833install (TARGETS
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -41,7 +41,3 @@ target_link_libraries(test_odometry_utils ${library_name})
4141ament_add_gtest(test_robot_utils test_robot_utils.cpp)
4242ament_target_dependencies(test_robot_utils geometry_msgs)
4343target_link_libraries (test_robot_utils ${library_name} )
44-
45- ament_add_gtest(test_base_footprint_publisher test_base_footprint_publisher.cpp)
46- ament_target_dependencies(test_base_footprint_publisher geometry_msgs)
47- target_link_libraries (test_base_footprint_publisher ${library_name} )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments