Ros_Controllers Package Catkin_Make Error
There seems to be an error when looking to catkin_make the Ros_Controllers package:
-- ==> add_subdirectory(ros_controllers/joint_state_controller)
-- +++ processing catkin package: 'joint_trajectory_controller'
-- ==> add_subdirectory(ros_controllers/joint_trajectory_controller)
CMake Error at ros_controllers/joint_trajectory_controller/CMakeLists.txt:116 (add_rostest_gtest):
Unknown CMake command "add_rostest_gtest".
-- Configuring incomplete, errors occurred!
Invoking "cmake" failed
Checking github shows some recent changes linked with add_rostest_gtest, though I'm not sure if this is the reason for catkin_make failing?
Anyone else able to install the package