When performing catkin_make on initial git clone returns this CMake Error:
-- Could not find the required component 'gazebo_custom_sensor_preloader'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"gazebo_custom_sensor_preloader" with any of the following names:
gazebo_custom_sensor_preloaderConfig.cmake
gazebo_custom_sensor_preloader-config.cmake
Add the installation prefix of "gazebo_custom_sensor_preloader" to
CMAKE_PREFIX_PATH or set "gazebo_custom_sensor_preloader_DIR" to a
directory containing one of the above files. If
"gazebo_custom_sensor_preloader" provides a separate development package or
SDK, be sure it has been installed.
I guess there are still some rogue dependencies on the original preloader package?
When performing catkin_make on initial git clone returns this CMake Error:
I guess there are still some rogue dependencies on the original preloader package?