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
when I catkin_make the svo in $HOME/svo_workspace, I meet the error as follows:
CMake Error at /home/xxx/svo_workspace/devel/share/svo/cmake/svoConfig.cmake:113 (message):
Project 'svo' specifies '/include' as an include dir, which is not found.
It does neither exist as an absolute directory nor in
'/home/xxx/svo_workspace/src/rpg_svo/svo//include'. Report the
problem to the maintainer 'Christian Forster forster@ifi.uzh.ch' and
request to fix the problem.
Call Stack (most recent call first):
/opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
rpg_svo/svo_ros/CMakeLists.txt:23 (FIND_PACKAGE)
The text was updated successfully, but these errors were encountered:
when I catkin_make the svo in $HOME/svo_workspace, I meet the error as follows:
CMake Error at /home/xxx/svo_workspace/devel/share/svo/cmake/svoConfig.cmake:113 (message):
Project 'svo' specifies '/include' as an include dir, which is not found.
It does neither exist as an absolute directory nor in
'/home/xxx/svo_workspace/src/rpg_svo/svo//include'. Report the
problem to the maintainer 'Christian Forster forster@ifi.uzh.ch' and
request to fix the problem.
Call Stack (most recent call first):
/opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
rpg_svo/svo_ros/CMakeLists.txt:23 (FIND_PACKAGE)
The text was updated successfully, but these errors were encountered: