We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630420a commit 0fe4ab3Copy full SHA for 0fe4ab3
cartesian_admittance_controller/CMakeLists.txt
@@ -70,7 +70,6 @@ if(BUILD_TESTING)
70
# Dynamically loaded during test
71
find_package(kinematics_interface_kdl REQUIRED)
72
73
- #[===[
74
# test loading controller
75
add_rostest_with_parameters_gmock(test_load_controller
76
test/test_load_controller.cpp
@@ -83,6 +82,7 @@ if(BUILD_TESTING)
83
82
)
84
85
# test controller function
+ ##[===[
86
add_rostest_with_parameters_gmock(test_controller
87
test/test_cartesian_admittance_controller.cpp
88
${CMAKE_CURRENT_SOURCE_DIR}/test/test_params.yaml
@@ -94,7 +94,7 @@ if(BUILD_TESTING)
94
hardware_interface
95
ros2_control_test_assets
96
97
- #]===]
+ ##]===]
98
endif()
99
100
install(
0 commit comments