-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package contains non-catkin packages in it #256
Comments
could you share all the steps that led to that error? |
Hi I am facing the same issue when trying to catkin_make after git cloning this repo. I tried the catkin_make_isolated command but it doesn't work too. Im running ros noetic on RPi 4. |
Please @Buttosaii and @wiyoung97, share detailed instructions to reproduce the issue. That should include:
|
I am running ros noetic on ubuntu in RPi4 I git clone this repo into my catkin_ws/src and when i tried catkin_make it, i am prompted with that exact same error @wiyoung97 had posted. Reading from online sources, many had said they have managed to make it work through catkin build, however I am already using catkin_make for the rest of my projects, and it seems pretty troublesome to convert to catkin build. P.S. I am new to ROS, any help would be greatly appreciated! |
What branch are you using? |
@ivanpauno I am using the noetic branch |
There's no cd <path/to/qt_gui_code>
git checkout melodic-devel
git pull |
Unable to use packages rqt without _gui-config.cmake file. I was pointed to this package containing it. Error after installing resulting in:
CMake Error at catkin/cmake/catkin_workspace.cmake:100 (message):
This workspace contains non-catkin packages in it, and catkin cannot build
a non-homogeneous workspace without isolation. Try the
'catkin_make_isolated' command instead.
Call Stack (most recent call first):
CMakeLists.txt:69 (catkin_workspace)
-- Configuring incomplete, errors occurred!
See also "/home/pi/ros_catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/pi/ros_catkin_ws/build/CMakeFiles/CMakeError.log".
make: *** [Makefile:11520: cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
The text was updated successfully, but these errors were encountered: