Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ros2/common_interfaces

A set of packages which contain common interface files (.msg and .srv).
https://github.com/ros2/common_interfaces

Last synced: 1 day ago
JSON representation

A set of packages which contain common interface files (.msg and .srv).

Awesome Lists containing this project

README

        

# common_interfaces
A set of packages which contain common interface files (.msg and .srv).

## 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](common_interfaces/CONTRIBUTING.md)