You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I havent had any troubles following the training thus far, but have just encountered an error when attempting to build the packages found in perception_driven_ws by running the below:
30 out of 31 packages successfully built except for this.
CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
Could not find a package configuration file provided by
"industrial_robot_client" with any of the following names:
industrial_robot_clientConfig.cmake
industrial_robot_client-config.cmake
Add the installation prefix of "industrial_robot_client" to
CMAKE_PREFIX_PATH or set "industrial_robot_client_DIR" to a directory
containing one of the above files. If "industrial_robot_client" provides a
separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:4 (find_package)
The text was updated successfully, but these errors were encountered:
Hello I havent had any troubles following the training thus far, but have just encountered an error when attempting to build the packages found in
perception_driven_ws
by running the below:catkin build --cmake-args -G 'CodeBlocks - Unix Makefiles'
30 out of 31 packages successfully built except for this.
The text was updated successfully, but these errors were encountered: