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
The package google_chat_ros is failing to build on all platforms. It looks like it might be missing a dependency on actionlib_msgs in it's package.xml.
23:02:48 CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
23:02:48 Could not find a package configuration file provided by "actionlib_msgs"
23:02:48 with any of the following names:
23:02:48
23:02:48 actionlib_msgsConfig.cmake
23:02:48 actionlib_msgs-config.cmake
23:02:48
23:02:48 Add the installation prefix of "actionlib_msgs" to CMAKE_PREFIX_PATH or set
23:02:48 "actionlib_msgs_DIR" to a directory containing one of the above files. If
23:02:48 "actionlib_msgs" provides a separate development package or SDK, be sure it
23:02:48 has been installed.
23:02:48 Call Stack (most recent call first):
23:02:48 CMakeLists.txt:4 (find_package)
The text was updated successfully, but these errors were encountered:
sloretz
added a commit
to ros/rosdistro
that referenced
this issue
Jul 19, 2023
The package
google_chat_ros
is failing to build on all platforms. It looks like it might be missing a dependency on actionlib_msgs in it's package.xml.The text was updated successfully, but these errors were encountered: