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
I am running ROS Melodic on Ubuntu 18.04 and hence facing the version compatibility issue with this Kobuki package that I clone from Here to my workspace.
Currently I am stuck at the following error when applying catkin_make_isolated --force-cmake after the successful rosdep install -y --from-paths src --ignore-src --rosdistro melodic --os=ubuntu:bionic :
Error Output :
-- Could NOT find kobuki_description (missing: kobuki_description_DIR)
-- Could not find the required component 'kobuki_description'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"kobuki_description" with any of the following names:
kobuki_descriptionConfig.cmake
kobuki_description-config.cmake
Here is the reference question invoked by me on ROS answers:
I am running ROS Melodic on Ubuntu 18.04 and hence facing the version compatibility issue with this Kobuki package that I clone from Here to my workspace.
Currently I am stuck at the following error when applying
catkin_make_isolated --force-cmake
after the successfulrosdep install -y --from-paths src --ignore-src --rosdistro melodic --os=ubuntu:bionic
:Error Output :
Here is the reference question invoked by me on ROS answers:
https://answers.ros.org/question/305453/how-to-get-packages-built-for-ros-kinetic-working-in-ros-melodic/
The text was updated successfully, but these errors were encountered: