Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.5 KB

File metadata and controls

27 lines (20 loc) · 1.5 KB

common_interfaces

Common interfaces is a metapackage (collection of packages) that includes the standard set of messages (.msg) and services (.srv) available on all ROS systems.

List of Packages

The following packages are contained in the common_interfaces meta package. The links below point to Rolling Ridley API documentation for each package.

Purpose

Isolating the messages to communicate between stacks in a shared dependency allows nodes in dependent stacks to communicate without requiring dependencies upon each other. This repository has been designed to contain the most common messages used between multiple packages to provide a shared dependency which will eliminate a problematic circular dependency.

Contributing

For how to contribute see CONTRIBUTING.md