common_interfaces

January 13, 2026 ยท View on GitHub

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