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
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkin_package.cmake:305 (message):
catkin_package() include dir 'deps/pybind11/include' does not exist
relative to '/root/catkin_ws/src/SSMI/SSMI-Planning'
Call Stack (most recent call first):
/opt/ros/melodic/share/catkin/cmake/catkin_package.cmake:102 (_catkin_package)
SSMI/SSMI-Planning/CMakeLists.txt:18 (catkin_package)
The text was updated successfully, but these errors were encountered:
I made a folder with deps name and added the pybind11 library. However, it did not work and it seems the pybind11 library is modified for SSMI-Planning.
It seems the deps folder is missing:
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkin_package.cmake:305 (message):
catkin_package() include dir 'deps/pybind11/include' does not exist
relative to '/root/catkin_ws/src/SSMI/SSMI-Planning'
Call Stack (most recent call first):
/opt/ros/melodic/share/catkin/cmake/catkin_package.cmake:102 (_catkin_package)
SSMI/SSMI-Planning/CMakeLists.txt:18 (catkin_package)
The text was updated successfully, but these errors were encountered: