Skip to content

RAPP Platform (metapackage)

Manos Tsardoulias edited this page Nov 26, 2015 · 1 revision

The rapp_platform folder is essentially the RAPP Platform metapackage, where all the RAPP Platform dependencies are declared. As stated in the ROS webpage:

Metapackages are specialized Packages in ROS (and catkin). They do not install files (other than their package.xml manifest) and they do not contain any tests, code, files, or other items usually found in packages.

A metapackage is used in a similar fashion as virtual packages are used in the debian packaging world. A metapackage simply references one or more related packages which are loosely grouped together.

Clone this wiki locally