/api/interface/version#
- Method: function call
- Type: autoware_adapi_version_msgs/srv/InterfaceVersion
Description#
Get the interface version. The version follows Semantic Versioning.
Request#
None
Response#
Name | Type | Description |
---|---|---|
major | uint16 | major version |
minor | uint16 | minor version |
patch | uint16 | patch version |