EEEManchester / gazebo_radiation_plugin

11 stars 5 forks source link

catkin_make fails - gazebo_custom_sensor_preloader #1

Closed DrAndyWest closed 3 years ago

DrAndyWest commented 4 years ago

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?

DrAndyWest commented 3 years ago

Fixed.