https://github.com/ros2/unique_identifier_msgs
https://github.com/ros2/unique_identifier_msgs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ros2/unique_identifier_msgs
- Owner: ros2
- License: bsd-3-clause
- Created: 2018-11-05T07:14:01.000Z (over 7 years ago)
- Default Branch: rolling
- Last Pushed: 2024-11-28T20:35:27.000Z (over 1 year ago)
- Last Synced: 2025-01-13T04:08:39.055Z (over 1 year ago)
- Language: CMake
- Size: 36.1 KB
- Stars: 6
- Watchers: 25
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# unique_identifier_msgs
ROS 2 messages for Universally Unique Identifiers.
For more information about UUIDs, see [wikipedia](https://en.wikipedia.org/wiki/Universally_unique_identifier) and the [UUID specification](https://tools.ietf.org/html/rfc4122.html).
For more information about ROS 2 interfaces, see [interfaces documentation](https://docs.ros.org/en/rolling/Concepts/About-ROS-Interfaces.html).
## Messages (.msg)
* [UUID](msg/UUID.msg): A universally unique identifier (UUID).
## Quality Declaration
This package claims to be in the **Quality Level 1** category, see the [Quality Declaration](QUALITY_DECLARATION.md) for more details.