Skip to content

Commit

Permalink
Recalibrate (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldsonBellande committed Jun 11, 2024
2 parents 0c1f4c9 + ad6a9db commit 0cca0cf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
29 changes: 24 additions & 5 deletions humanoid_robot_intelligence_control_system_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,30 @@ if($ENV{ROS_VERSION} EQUAL 1)
humanoid_robot_intelligence_control_system_tuning_module
)
else()
find_package(ament_cmake REQUIRED)
find_package(ament_cmake REQUIRED COMPONENTS
rclcpp
humanoid_robot_intelligence_control_system_controller_msgs
humanoid_robot_intelligence_control_system_action_module_msgs
humanoid_robot_intelligence_control_system_walking_module_msgs
humanoid_robot_intelligence_control_system_online_walking_module_msgs
humanoid_robot_intelligence_control_system_tuning_module_msgs
cmake_modules
dynamixel_sdk
humanoid_robot_intelligence_control_system_framework_common
humanoid_robot_intelligence_control_system_device
humanoid_robot_intelligence_control_system_controller
humanoid_robot_intelligence_control_system_math
humanoid_robot_intelligence_control_system_kinematics_dynamics
humanoid_robot_intelligence_control_system_balance_control
humanoid_robot_intelligence_control_system_open_cr_module
humanoid_robot_intelligence_control_system_base_module
humanoid_robot_intelligence_control_system_head_control_module
humanoid_robot_intelligence_control_system_walking_module
humanoid_robot_intelligence_control_system_action_module
humanoid_robot_intelligence_control_system_direct_control_module
humanoid_robot_intelligence_control_system_online_walking_module
humanoid_robot_intelligence_control_system_tuning_module
)
endif()


Expand Down Expand Up @@ -102,7 +125,3 @@ install(
DIRECTORY config launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

################################################################################
# Test
################################################################################
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ the License.

<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>

<build_depend condition="$ROS_VERSION == 2">roscpp</build_depend>
<build_depend condition="$ROS_VERSION == 2">rclcpp</build_depend>
<build_depend condition="$ROS_VERSION == 2">
humanoid_robot_intelligence_control_system_controller_msgs</build_depend>
<build_depend condition="$ROS_VERSION == 2">
Expand Down Expand Up @@ -191,7 +191,7 @@ the License.
<build_depend condition="$ROS_VERSION == 2">
humanoid_robot_intelligence_control_system_localization</build_depend>

<build_export_depend condition="$ROS_VERSION == 2">roscpp</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 2">rclcpp</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 2">
humanoid_robot_intelligence_control_system_controller_msgs</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 2">
Expand Down

0 comments on commit 0cca0cf

Please sign in to comment.