# autoware-adapi-version-msgs **Repository Path**: agiros/autoware-adapi-version-msgs ## Basic Information - **Project Name**: autoware-adapi-version-msgs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-03-11 - **Last Updated**: 2026-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # autoware_adapi_version_msgs ## InterfaceVersion Considering the product life cycle, there may be multiple vehicles using different versions of the AD API due to changes in requirements or functional improvements. For example, one vehicle uses `v1` for stability and another vehicle uses `v2` to enable more advanced functionality. In that situation, the AD API users such as developers of a web service have to switch the application behavior based on the version that each vehicle uses. The version of AD API follows [Semantic Versioning][semver] in order to provide an intuitive understanding of the changes between versions. [semver]: https://semver.org/