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

How to rosmake pcl_ros in Mac OS X?

asked 2012-03-29 01:30:09 -0500

updated 2014-01-28 17:11:47 -0500

ngrennan gravatar image

Hi everyone!

I'm trying to rosmake pcl_ros but I'm bumping into this error:

{-------------------------------------------------------------------------------
  mkdir -p bin
  cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake  ..
  [rosbuild] Building package pcl_ros
  [rosbuild] Cached build flags older than manifests; calling rospack to get flags
  Failed to invoke /Users/cabrita/ros/ros/bin/rospack cflags-only-I;--deps-only pcl_ros
  CMake Error at /usr/local/lib/vtk-5.8/VTKTargets.cmake:16 (ADD_EXECUTABLE):
    Command add_executable() is not scriptable
  Call Stack (most recent call first):
    /usr/local/lib/vtk-5.8/VTKConfig.cmake:231 (INCLUDE)
    /usr/local/Cellar/cmake/2.8.7/share/cmake/Modules/FindVTK.cmake:73 (FIND_PACKAGE)
    /Users/cabrita/ros/perception_pcl/pcl/vtk_include.cmake:1 (find_package)


  [rospack] warning: got non-zero exit status from executing backquote expression "ret="-I/Users/cabrita/ros/perception_pcl/pcl/include/pcl-1.1/ -I`cmake -P /Users/cabrita/ros/perception_pcl/pcl/vtk_include.cmake`" && echo $ret" in [/Users/cabrita/ros/perception_pcl/pcl/manifest.xml]
  [rospack] error in backquote expansion for pcl_ros


  CMake Error at /Users/cabrita/ros/ros/core/rosbuild/public.cmake:129 (message):


    Failed to invoke rospack to get compile flags for package 'pcl_ros'.  Look
    above for errors from rospack itself.  Aborting.  Please fix the broken
    dependency!

  Call Stack (most recent call first):
    /Users/cabrita/ros/ros/core/rosbuild/public.cmake:230 (rosbuild_invoke_rospack)
    CMakeLists.txt:4 (rosbuild_init)


  -- Configuring incomplete, errors occurred!
-------------------------------------------------------------------------------}

I have vtk installed:

$ brew install vtk
Warning: vtk already installed

I am running Mac OS X Lion 10.7.3 and ROS electric, I followed the tutorial on how to install ROS using Homebrew. Any suggestions? Thanks in advance!

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2012-04-27 15:35:12 -0500

Kevin gravatar image

updated 2012-04-29 09:01:36 -0500

You can't, but it is possible in fuerte.

UPDATE:

Look at this answer to see what you have to do for getting rosdep to find pcl.

Also, I got ros_pcl to compile but in my efforts to get OpenNI working with ROS I messed something up and now ros_pcl won't compile again and I can't seem to fix it. :(

edit flag offensive delete link more

Comments

2

Thanks Kevin, time to update to Fuerte!!! It's just that it is so hard to get things working on OS X I'm always a bit lazy on updating!

Gonçalo Cabrita gravatar image Gonçalo Cabrita  ( 2012-04-27 15:38:33 -0500 )edit
1

There are still a lot of issues for OSX in fuerte, but I got pcl_ros to compile, but I can't get openni_camera to work ... so good luck!

Kevin gravatar image Kevin  ( 2012-04-27 16:12:13 -0500 )edit

Hi Kevin, did you follow the homebrew instructions? I get an error about "no definition of [pcl] on [osx]" during the rosdep install phase when attempting to build pcl_ros fuerte on osx.

bhaskara gravatar image bhaskara  ( 2012-04-29 08:40:45 -0500 )edit

Hi Kevin, did you follow the homebrew instructions? I get an error about "no definition of [pcl] on [osx]" during the rosdep install phase when attempting to build pcl_ros fuerte on osx.

bhaskara gravatar image bhaskara  ( 2012-04-29 08:40:58 -0500 )edit

Hi Kevin, did you follow the homebrew instructions? I get an error about "no definition of [pcl] on [osx]" during the rosdep install phase when attempting to build pcl_ros fuerte on osx.

bhaskara gravatar image bhaskara  ( 2012-04-29 08:41:05 -0500 )edit

Question Tools

Stats

Asked: 2012-03-29 01:30:09 -0500

Seen: 1,090 times

Last updated: Apr 29 '12