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

how to use packages with are organized in stacks with catkin?

asked 2013-01-11 00:28:51 -0500

mifritscher gravatar image

how can I use packages with are organized in "old-style" stacks within packages with are build with catkin? e.g. gps_common which is within the stack gps_umd. rospack does find it, but not find_package(gps_common REQUIRED).

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2013-01-11 00:49:52 -0500

AHornung gravatar image

As far as I know, you can't. Catkin packages ("wet", new-style) can only depend on catkin packages (or regular CMake) while stacks ("dry", old-style) can depend on other stacks (using rosbuild & manifest.xml) and catkin packages (using CMake). Thus the need to slowly convert packages from the bottom of the dependency chain upwards to "wet" packages, like a rising water level.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-11 00:28:51 -0500

Seen: 155 times

Last updated: Jan 11 '13