Merge "Updated _STEERING_ANGLE properties HAL docs with steering wheel info" into main
diff --git a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl
index 9081fdc..099323c 100644
--- a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl
+++ b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl
@@ -260,6 +260,10 @@
*
* Angle is in degrees. Left is negative.
*
+ * This property is independent of the angle of the steering wheel. This property must
+ * communicate the angle of the front wheels with respect to the vehicle, not the angle of the
+ * steering wheel.
+ *
* @change_mode VehiclePropertyChangeMode.CONTINUOUS
* @access VehiclePropertyAccess.READ
* @unit VehicleUnit.DEGREES
@@ -272,6 +276,10 @@
*
* Angle is in degrees. Left is negative.
*
+ * This property is independent of the angle of the steering wheel. This property must
+ * communicate the angle of the rear wheels with respect to the vehicle, not the angle of the
+ * steering wheel.
+ *
* @change_mode VehiclePropertyChangeMode.CONTINUOUS
* @access VehiclePropertyAccess.READ
* @unit VehicleUnit.DEGREES