Skip to content
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

kindr building #111

Open
thq1995 opened this issue Oct 13, 2018 · 4 comments
Open

kindr building #111

thq1995 opened this issue Oct 13, 2018 · 4 comments

Comments

@thq1995
Copy link

thq1995 commented Oct 13, 2018

Having an issue with building kindr. I cannot use catkin_make to compile a package for elevation_mapping. Terminal shows that kindr and other packages are non-homogenous

@LuisSierraP
Copy link

I have the same issue, Have you been able to solve it?

@samuelba
Copy link
Contributor

samuelba commented Mar 4, 2019

We use catkin tools and have no problems. Can you provide de terminal output?

@LuisSierraP
Copy link

I'm using catkin_make to build the workspace and the output I get is:
`-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 7 packages in topological order:
-- ~~ - kindr (plain cmake)
-- ~~ - kindr_msgs
-- ~~ - kindr_ros
-- ~~ - ground_removal
-- ~~ - kindr_rviz_plugins
-- ~~ - multi_dof_joint_trajectory_rviz_plugins
-- ~~ - velocity_costmap
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_workspace.cmake:95 (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:63 (catkin_workspace)

-- Configuring incomplete, errors occurred!
See also "/home/luis/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/luis/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
`

@samuelba
Copy link
Contributor

samuelba commented Mar 5, 2019

Seems to be a catkin_make problem. I guess the only solution is to either use catkin_make_isolated or use the catkin tools as we do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants