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 terminal error message is as follows:
--- stderr: aubo_description
CMake Error at cmake_install.cmake:46 (file):
file INSTALL cannot find
"/root/aubo_ws/src/aubo_ros2_driver/aubo_description/config": No such file
or directory.
The text was updated successfully, but these errors were encountered:
The code in the CMakeList.exe file in aubo_description reads:
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/config DESTINATION aubo_description/)
The file named 'config' is displayed in this package, but it is not in your library
The terminal error message is as follows:
--- stderr: aubo_description
CMake Error at cmake_install.cmake:46 (file):
file INSTALL cannot find
"/root/aubo_ws/src/aubo_ros2_driver/aubo_description/config": No such file
or directory.
The text was updated successfully, but these errors were encountered: