|
@@ -18,7 +18,8 @@ find_package(rosidl_default_generators REQUIRED) |
|
|
# Build hexapod_robot_interfaces |
|
|
# Build hexapod_robot_interfaces |
|
|
|
|
|
|
|
|
set(srv_files |
|
|
set(srv_files |
|
|
"srv/HexapodRobotInverseKinematics.srv" |
|
|
|
|
|
|
|
|
"msg/HexapodLeg.msg" |
|
|
|
|
|
"msg/HexapodPose.msg" |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
rosidl_generate_interfaces(${PROJECT_NAME} |
|
|
rosidl_generate_interfaces(${PROJECT_NAME} |
|
@@ -28,22 +29,22 @@ rosidl_generate_interfaces(${PROJECT_NAME} |
|
|
|
|
|
|
|
|
# Build hexapod_robot_ik_server |
|
|
# Build hexapod_robot_ik_server |
|
|
|
|
|
|
|
|
add_executable(hexapod_robot_ik_server |
|
|
|
|
|
"kinematics/hexapod_robot_ik_service.cpp" |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
# add_executable(hexapod_robot_ik_server |
|
|
|
|
|
# "kinematics/hexapod_robot_ik_service.cpp" |
|
|
|
|
|
# ) |
|
|
|
|
|
|
|
|
target_compile_features(hexapod_robot_ik_server PUBLIC cxx_std_17) |
|
|
|
|
|
target_include_directories(hexapod_robot_ik_server PUBLIC |
|
|
|
|
|
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/kinematics/include> |
|
|
|
|
|
$<INSTALL_INTERFACE:include> |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
# target_compile_features(hexapod_robot_ik_server PUBLIC cxx_std_17) |
|
|
|
|
|
# target_include_directories(hexapod_robot_ik_server PUBLIC |
|
|
|
|
|
# $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/kinematics/include> |
|
|
|
|
|
# $<INSTALL_INTERFACE:include> |
|
|
|
|
|
# ) |
|
|
|
|
|
|
|
|
ament_target_dependencies( |
|
|
|
|
|
hexapod_robot_ik_server |
|
|
|
|
|
rclcpp |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
# ament_target_dependencies( |
|
|
|
|
|
# hexapod_robot_ik_server |
|
|
|
|
|
# rclcpp |
|
|
|
|
|
# ) |
|
|
|
|
|
|
|
|
rosidl_target_interfaces(hexapod_robot_ik_server ${PROJECT_NAME} "rosidl_typesupport_cpp") |
|
|
|
|
|
|
|
|
# rosidl_target_interfaces(hexapod_robot_ik_server ${PROJECT_NAME} "rosidl_typesupport_cpp") |
|
|
|
|
|
|
|
|
# Build hexapod_robot_hwi |
|
|
# Build hexapod_robot_hwi |
|
|
|
|
|
|
|
@@ -78,9 +79,9 @@ install( |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install(TARGETS hexapod_robot_ik_server |
|
|
|
|
|
DESTINATION lib/${PROJECT_NAME} |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
# install(TARGETS hexapod_robot_ik_server |
|
|
|
|
|
# DESTINATION lib/${PROJECT_NAME} |
|
|
|
|
|
# ) |
|
|
|
|
|
|
|
|
install(TARGETS hexapod_robot_hwi |
|
|
install(TARGETS hexapod_robot_hwi |
|
|
EXPORT export_hexapod_robot |
|
|
EXPORT export_hexapod_robot |
|
|