File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ if(BUILD_TESTING)
87
87
ament_add_gtest(test_command_interfaces test /test_command_interfaces.cpp)
88
88
target_link_libraries (test_command_interfaces lbr_fri_ros2)
89
89
90
- # some examples of how to use the interfaces
91
- add_executable (test_position_command test /test_position_command.cpp)
92
- target_link_libraries (test_position_command lbr_fri_ros2)
90
+ # # some examples of how to use the interfaces
91
+ # add_executable(test_position_command test/test_position_command.cpp)
92
+ # target_link_libraries(test_position_command lbr_fri_ros2)
93
93
94
- add_executable (test_torque_command test /test_torque_command.cpp)
95
- target_link_libraries (test_torque_command lbr_fri_ros2)
94
+ # add_executable(test_torque_command test/test_torque_command.cpp)
95
+ # target_link_libraries(test_torque_command lbr_fri_ros2)
96
96
97
- add_executable (test_wrench_command test /test_wrench_command.cpp)
98
- target_link_libraries (test_wrench_command lbr_fri_ros2)
97
+ # add_executable(test_wrench_command test/test_wrench_command.cpp)
98
+ # target_link_libraries(test_wrench_command lbr_fri_ros2)
99
99
endif ()
100
100
101
101
ament_package()
You can’t perform that action at this time.
0 commit comments