Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/ros2/common_interfaces
- Owner: ros2
- Created: 2015-06-16T01:21:05.000Z (over 9 years ago)
- Default Branch: rolling
- Last Pushed: 2024-04-10T23:56:29.000Z (7 months ago)
- Last Synced: 2024-04-11T08:49:17.730Z (7 months ago)
- Language: C++
- Size: 657 KB
- Stars: 192
- Watchers: 28
- Forks: 100
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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)