generated from wessel/boilerplate
fix: Fix cmake after merge
This commit is contained in:
@@ -124,19 +124,6 @@ add_executable(wheel_position_approximator_node
|
||||
|
||||
ament_target_dependencies(wheel_position_approximator_node rclcpp nav_msgs geometry_msgs)
|
||||
|
||||
|
||||
add_executable(wheel_data_simulator_node
|
||||
src/g2_2025_wheel_data_simulator_node/nodes/wheel_data_simulator.cpp
|
||||
src/g2_2025_wheel_data_simulator_node/main.cpp
|
||||
src/simulator/Simulator.cpp)
|
||||
|
||||
target_include_directories(wheel_data_simulator_node PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src/g2_2025_wheel_data_simulator_node
|
||||
)
|
||||
|
||||
ament_target_dependencies(wheel_data_simulator_node rclcpp std_msgs)
|
||||
|
||||
install(
|
||||
DIRECTORY launch config
|
||||
DESTINATION share/${PROJECT_NAME}/
|
||||
@@ -144,7 +131,6 @@ install(
|
||||
|
||||
install(TARGETS
|
||||
wheel_position_approximator_node
|
||||
wheel_data_simulator_node
|
||||
DESTINATION lib/${PROJECT_NAME}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user