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

How to run ROS metapackage

asked 2017-05-08 06:31:57 -0500

I want to built a metapackage (say "robot") which will contain all packages for the robot. Can metapackage directory contain the package files? Moreover can I refer metapackage in rosrun e.g. rosrun metapackage node.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-05-08 11:31:53 -0500

gvdhoorn gravatar image

Can metapackage directory contain the package files?

No. Metapackages should be empty. See #q256493 for a discussion of what metapackages are used for.

Moreover can I refer metapackage in rosrun e.g. rosrun metapackage node.

No. Metapackages do not contain any executable artefacts, so you cannot use them with rosrun.

See REP-140 - Package Manifest Format Two Specification - Data Representation - <metapackage/> (also referenced in #q256493) for the normative text that defines what metapackages are, what their structure/layout/contents is and why they are used.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-05-08 06:31:57 -0500

Seen: 275 times

Last updated: May 08 '17