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

Use a catkin package that depends on a rosbuild package

asked 2014-04-12 16:16:30 -0500

lucascoelho gravatar image

Hi!

I want to use a rosbuild package as dependency of my catkin package. But I'm getting some some errors... seems that catkin doesn't recognize the rosbuild package. Is there a way I can include that rosbuild package without converting it to a catkin package?

Thanks in advance, Lucas

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2014-04-12 20:53:22 -0500

No, this is not possible. You can only depend on catkin packages in rosbuild ones, not the other way around. See also note here. There might be some very hacky ways doing it by using cmake, custom scripts and fixed paths or so, but the recommended way is converting all dependencies to catkin.

edit flag offensive delete link more

Comments

Well I think it should be the opposite, because catkin is more recent... So strange So, if I create my catkin package as a rosbuild package, I will be able to include all the catkin packages as dependencies, right? Is it possible in ROS Hydro?

lucascoelho gravatar image lucascoelho  ( 2014-04-13 17:35:00 -0500 )edit

Yes, but as of Hydro you can not release a rosbuild package anymore.

Dirk Thomas gravatar image Dirk Thomas  ( 2014-04-13 18:39:53 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-04-12 16:16:30 -0500

Seen: 224 times

Last updated: Apr 13 '14