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

Setting up ROS catkin/rosbuild simultaneously

asked 2015-07-20 03:45:37 -0500

Carollour gravatar image

I have both a catkin_ws and a rosbuild_ws. However, when I use the command roscd I can only go to the one I've sourced last, i.e.:

-When I do source ~/rosbuild_ws/setup.bash, I the packages inside rosbuild are known, hence I can roscd to them.

-When I do ". ~/catkin_ws/devel/setup.bash", the packages inside catkin are known. But I stop being able to roscd into rosbuild.

This also means that rosbuild cannot use catkin packages and vice versa.

What can I do?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-07-20 03:56:15 -0500

mgruhler gravatar image

Check out this Tutorial on having a rosbuild workspace on top of a catkin workspace.

However, note the drawback:

  • You cannot depend from a rosbuild package on a catkin package.

Thus, it would be worthwhile to switch to catkin for all packages.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-07-20 03:45:37 -0500

Seen: 413 times

Last updated: Jul 20 '15