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
After git cloning the package with appropriate branch, I tried to do catkin_make but got the following error.
Could not find a package configuration file provided by "app_manager" with
any of the following names:
app_managerConfig.cmake
app_manager-config.cmake
Add the installation prefix of "app_manager" to CMAKE_PREFIX_PATH or set
"app_manager_DIR" to a directory containing one of the above files. If
"app_manager" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
pr2_apps/pr2_app_manager/CMakeLists.txt:3 (find_package)
Please HELP
The text was updated successfully, but these errors were encountered:
After git cloning the package with appropriate branch, I tried to do catkin_make but got the following error.
Could not find a package configuration file provided by "app_manager" with
any of the following names:
Add the installation prefix of "app_manager" to CMAKE_PREFIX_PATH or set
"app_manager_DIR" to a directory containing one of the above files. If
"app_manager" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
pr2_apps/pr2_app_manager/CMakeLists.txt:3 (find_package)
Please HELP
The text was updated successfully, but these errors were encountered: