Skip to content

Commit

Permalink
Make better interfaces for joint limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl committed Jul 6, 2022
1 parent a0e8cc5 commit 249d4c7
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 171 deletions.
4 changes: 3 additions & 1 deletion joint_limits/CMakeLists.txt
Expand Up @@ -12,6 +12,7 @@ endif()

find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclcpp_lifecycle REQUIRED)

install(DIRECTORY include/
DESTINATION include
Expand All @@ -21,10 +22,11 @@ if(BUILD_TESTING)
find_package(ament_cmake_gtest REQUIRED)
find_package(launch_testing_ament_cmake)
find_package(rclcpp)
find_package(rclcpp_lifecycle)

ament_add_gtest_executable(joint_limits_rosparam_test test/joint_limits_rosparam_test.cpp)
target_include_directories(joint_limits_rosparam_test PRIVATE include)
ament_target_dependencies(joint_limits_rosparam_test rclcpp)
ament_target_dependencies(joint_limits_rosparam_test rclcpp rclcpp_lifecycle)

add_launch_test(test/joint_limits_rosparam.launch.py)
install(
Expand Down

0 comments on commit 249d4c7

Please sign in to comment.