ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

pcl 1.7 install on groovy

asked 2013-06-27 16:48:16 -0500

jcc gravatar image

updated 2013-11-14 11:14:48 -0500

tfoote gravatar image

Hey,

I'm trying to install the pcl1.7 from https://github.com/ros-perception/perception_pcl.git (the groovy-unstable-devel) in ubuntu 12.04 64 bits with ROS Groovy.

I has still using the rosbuild system, but it appears that the pcl git is allready made for catkin. So i created a catkin workspace as the the tutorial, clone the git to the src dir, and making catkin_make i get this:

Base path: /home/joao/catkin_ws
Source space: /home/joao/catkin_ws/src
Build space: /home/joao/catkin_ws/build
Devel space: /home/joao/catkin_ws/devel
Install space: /home/joao/catkin_ws/install
####
#### Running command: "cmake /home/joao/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/home/joao/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/joao/catkin_ws/install" in "/home/joao/catkin_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/joao/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /home/joao/catkin_ws/devel;/opt/ros/groovy
-- This workspace overlays: /home/joao/catkin_ws/devel;/opt/ros/groovy
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- Using CATKIN_TEST_RESULTS_DIR: /home/joao/catkin_ws/build/test_results
-- catkin 0.5.65
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~  traversing 2 packages in topological order:
-- ~~  - pcl (plain cmake)
-- ~~  - pcl_ros
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkin_workspace.cmake:88 (message):
  This workspace contains non-catkin packages in it, and catkin cannot build
  a non-homogeneous workspace without isolation.
Call Stack (most recent call first):
  CMakeLists.txt:48 (catkin_workspace)


-- Configuring incomplete, errors occurred!
Invoking "cmake" failed

What should i do? I've read the tutorials and it didn't give me a answer.

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-06-28 00:31:58 -0500

" and catkin cannot build a non-homogeneous workspace without isolation." -> use catkin_make_isolated

edit flag offensive delete link more

Comments

Thanks that was really helpful

Mobile_robot gravatar image Mobile_robot  ( 2014-02-25 00:05:09 -0500 )edit

Question Tools

Stats

Asked: 2013-06-27 16:48:16 -0500

Seen: 954 times

Last updated: Jun 28 '13