ros-industrial / robotiq

Robotiq packages (http://wiki.ros.org/robotiq)
BSD 2-Clause "Simplified" License
228 stars 378 forks source link

catkin_make shows the error "soem" missing #211

Closed iameijaz closed 6 months ago

iameijaz commented 6 months ago

melodic ubuntu 18.04

I believe the following log output is relevant to the error: `-- +++ processing catkin metapackage: 'universal_robots' -- ==> add_subdirectory(UR5_With_ROS_Moveit_Tutorial/universal_robot/universal_robots) -- +++ processing catkin package: 'ur_description' -- ==> add_subdirectory(UR5_With_ROS_Moveit_Tutorial/universal_robot/ur_description) -- +++ processing catkin package: 'ur_e_description' -- ==> add_subdirectory(UR5_With_ROS_Moveit_Tutorial/universal_robot/ur_e_description) -- +++ processing catkin package: 'ur_msgs' -- ==> add_subdirectory(UR5_With_ROS_Moveit_Tutorial/universal_robot/ur_msgs) -- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy -- ur_msgs: 7 messages, 2 services -- +++ processing catkin package: 'robotiq_ethercat' -- ==> add_subdirectory(robotiq/robotiq_ethercat) -- Could NOT find soem (missing: soem_DIR) -- Could not find the required component 'soem'. 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/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "soem" with any of the following names:

soemConfig.cmake
soem-config.cmake

Add the installation prefix of "soem" to CMAKE_PREFIX_PATH or set "soem_DIR" to a directory containing one of the above files. If "soem" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): robotiq/robotiq_ethercat/CMakeLists.txt:4 (find_package)

-- Configuring incomplete, errors occurred! See also "/home/rkx/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/rkx/catkin_ws/build/CMakeFiles/CMakeError.log".`

iameijaz commented 6 months ago

running rosdep command resolved this issue.