Gazebo | Ignition | Community
Ask Your Question
0

Building RRBot and the other demos fails

asked 2013-10-24 17:01:47 -0500

frist gravatar image

Hi, I'm trying to follow the Gaszebo tutorials but I have troubles building the demos and rrbot.

I'm using hydro, built from source on Ubuntu x64. ROS built fine, Gazebo runs as well, but I cant make the demos. I follow the URDF tutorial and cloned the gazeborosdemos git repository to the source folder in mycatkin workspace but catkin_make gives me an CMake error:

CMake Error at 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.

So... hmm, I'm a bit lost. Any sugestions?

See you Flo

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-10-25 12:55:00 -0500

frist gravatar image

Hi

It seems like you mixed up catkin and rosbuild packages in your workspace

Looks like, yes.

Is gazeborosdemos a catkin or a rosbuild package? I thought it was catkin.

cu Flo

edit flag offensive delete link more

Comments

it is catkin

If a package/stack contains a manifest.xml it is a rosbuild package. Catkin packages contain a package.xml

evilBiber gravatar imageevilBiber ( 2013-11-04 02:10:32 -0500 )edit
0

answered 2013-10-25 03:27:09 -0500

It seems like you mixed up catkin and rosbuild packages in your workspace(or you have non ros-packages in it).

Does your workspace build without the tutorial package?

If it doesn't build you should separate these workspaces from each other and make sure that your catkin- and rosbuild-packages are seperated from each other.

http://wiki.ros.org/catkin/Tutorials/usingrosbuildwith_catkin

(The demo compiles in my setup without problems ;) )

If this does not help you might ask a question in the ROS forums because the problem does seem to be related to your ros workspace setup...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-10-24 17:01:47 -0500

Seen: 532 times

Last updated: Oct 25 '13