File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1515jobs :
1616 industrial_ci :
1717 strategy :
18+ fail-fast : false
1819 matrix :
1920 env :
2021 - { ROS_DISTRO: foxy, ROS_REPO: ros }
2122 - { ROS_DISTRO: galactic, ROS_REPO: ros }
2223 - { ROS_DISTRO: humble, ROS_REPO: ros }
24+ - { ROS_DISTRO: jazzy, ROS_REPO: ros }
2325 - { ROS_DISTRO: rolling, ROS_REPO: ros }
2426 runs-on : ubuntu-latest
2527 steps :
Original file line number Diff line number Diff line change 1616- ROS Foxy
1717- ROS Galactic
1818- ROS Humble
19+ - ROS Jazzy
1920- ROS Rolling
2021
2122## インストール方法
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ find_package(dynamixel_sdk REQUIRED)
1313find_package (eigen3_cmake_module REQUIRED)
1414find_package (Eigen3)
1515find_package (yaml_cpp_vendor REQUIRED)
16+ find_package (yaml-cpp REQUIRED)
1617
1718set (library_name ${CMAKE_PROJECT_NAME} )
1819
@@ -37,6 +38,9 @@ target_include_directories(${library_name}
3738 PUBLIC
3839 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include >
3940 $<INSTALL_INTERFACE:include >)
41+ target_link_libraries (${library_name}
42+ yaml-cpp
43+ )
4044ament_target_dependencies(${library_name}
4145 dynamixel_sdk
4246 Eigen3
Original file line number Diff line number Diff line change 88 <license >Apache License 2.0</license >
99
1010 <author email =" s.aoki@rt-net.jp" >ShotaAk</author >
11+ <author email =" yakushigawa@rt-net.jp" >chama1176</author >
1112
1213 <buildtool_depend >ament_cmake</buildtool_depend >
1314
You can’t perform that action at this time.
0 commit comments