Base path: /home/hashir/industrial_training/training/work/1.2/catkin_ws Source space: /home/hashir/industrial_training/training/work/1.2/catkin_ws/src Build space: /home/hashir/industrial_training/training/work/1.2/catkin_ws/build Devel space: /home/hashir/industrial_training/training/work/1.2/catkin_ws/devel Install space: /home/hashir/industrial_training/training/work/1.2/catkin_ws/install #### #### Running command: "make cmake_check_build_system" in "/home/hashir/industrial_training/training/work/1.2/catkin_ws/build" #### -- Using CATKIN_DEVEL_PREFIX: /home/hashir/industrial_training/training/work/1.2/catkin_ws/devel -- Using CMAKE_PREFIX_PATH: /home/hashir/industrial_training/training/work/1.2/catkin_ws/devel;/opt/ros/indigo -- This workspace overlays: /home/hashir/industrial_training/training/work/1.2/catkin_ws/devel;/opt/ros/indigo -- Using PYTHON_EXECUTABLE: /usr/bin/python -- Using Debian Python package layout -- Using empy: /usr/bin/empy -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/hashir/industrial_training/training/work/1.2/catkin_ws/build/test_results -- Found gtest sources under '/usr/src/gtest': gtests will be built -- Using Python nosetests: /usr/bin/nosetests-2.7 -- catkin 0.6.18 -- BUILD_SHARED_LIBS is on WARNING: Package "ompl" does not follow the version conventions. It should not contain leading zeros (unless the number is 0). -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- ~~ traversing 11 packages in topological order: -- ~~ - robotiq (metapackage) -- ~~ - robotiq_c2_model_visualization -- ~~ - robotiq_ethercat -- ~~ - robotiq_c_model_control -- ~~ - robotiq_force_torque_sensor -- ~~ - robotiq_modbus_rtu -- ~~ - robotiq_modbus_tcp -- ~~ - robotiq_s_model_control -- ~~ - robotiq_joint_state_publisher -- ~~ - robotiq_action_server -- ~~ - robotiq_s_model_visualization -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- +++ processing catkin metapackage: 'robotiq' -- ==> add_subdirectory(robotiq/robotiq) -- +++ processing catkin package: 'robotiq_c2_model_visualization' -- ==> add_subdirectory(robotiq/robotiq_c2_model_visualization) -- +++ processing catkin package: 'robotiq_ethercat' -- ==> add_subdirectory(robotiq/robotiq_ethercat) CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (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) -- 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/indigo/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/hashir/industrial_training/training/work/1.2/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/hashir/industrial_training/training/work/1.2/catkin_ws/build/CMakeFiles/CMakeError.log". make: *** [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed
I put it in ROS answers and got a reply to userosdep install --from-paths /path/to/your/catkin_ws/src --ignore-src
When I ran it I got following
WARNING: Package "ompl" does not follow the version conventions. It should not contain leading zeros (unless the number is 0).
#All required rosdeps installed successfully
I sourced devel/setup.bash and again ran catkin_make in the workspace. This I got the following
Base path: /home/hashir/industrial_training/training/work/1.2/catkin_ws
Source space: /home/hashir/industrial_training/training/work/1.2/catkin_ws/src
Build space: /home/hashir/industrial_training/training/work/1.2/catkin_ws/build
Devel space: /home/hashir/industrial_training/training/work/1.2/catkin_ws/devel
Install space: /home/hashir/industrial_training/training/work/1.2/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/hashir/industrial_training/training/work/1.2/catkin_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/hashir/industrial_training/training/work/1.2/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /home/hashir/industrial_training/training/work/1.2/catkin_ws/devel;/opt/ros/indigo
-- This workspace overlays: /home/hashir/industrial_training/training/work/1.2/catkin_ws/devel;/opt/ros/indigo
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/hashir/industrial_training/training/work/1.2/catkin_ws/build/test_results
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.6.18
-- BUILD_SHARED_LIBS is on
WARNING: Package "ompl" does not follow the version conventions. It should not contain leading zeros (unless the number is 0).
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 11 packages in topological order:
-- ~~ - robotiq (metapackage)
-- ~~ - robotiq_c2_model_visualization
-- ~~ - robotiq_ethercat
-- ~~ - robotiq_c_model_control
-- ~~ - robotiq_force_torque_sensor
-- ~~ - robotiq_modbus_rtu
-- ~~ - robotiq_modbus_tcp
-- ~~ - robotiq_s_model_control
-- ~~ - robotiq_joint_state_publisher
-- ~~ - robotiq_action_server
-- ~~ - robotiq_s_model_visualization
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin metapackage: 'robotiq'
-- ==> add_subdirectory(robotiq/robotiq)
-- +++ processing catkin package: 'robotiq_c2_model_visualization'
-- ==> add_subdirectory(robotiq/robotiq_c2_model_visualization)
-- +++ processing catkin package: 'robotiq_ethercat'
-- ==> add_subdirectory(robotiq/robotiq_ethercat)
CMake Error at /opt/ros/indigo/share/catkin/cmake/catkin_package.cmake:176 (message):
catkin_package() CATKIN_DEPENDS on 'soem', which has been found in
'/opt/ros/indigo/share/soem/soem-config.cmake', but it is not a catkin
package
Call Stack (most recent call first):
/opt/ros/indigo/share/catkin/cmake/catkin_package.cmake:98 (_catkin_package)
robotiq/robotiq_ethercat/CMakeLists.txt:10 (catkin_package)
-- Configuring incomplete, errors occurred!
See also "/home/hashir/industrial_training/training/work/1.2/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/hashir/industrial_training/training/work/1.2/catkin_ws/build/CMakeFiles/CMakeError.log".
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
I am stuck here and don't know what to do now. Please help me if anyone knows about it.
--
You received this message because you are subscribed to the Google Groups "swri-ros-pkg-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swri-ros-pkg-d...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "swri-ros-pkg-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/swri-ros-pkg-dev/341BJgGWv4E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to swri-ros-pkg-d...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "swri-ros-pkg-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swri-ros-pkg-d...@googlegroups.com.