mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fixed spelling mistake in LaneCenteringAssistCommand" into main
This commit is contained in:
@@ -4625,11 +4625,11 @@ enum VehicleProperty {
|
|||||||
*
|
*
|
||||||
* Commands to activate and suspend LCA.
|
* Commands to activate and suspend LCA.
|
||||||
*
|
*
|
||||||
* When the command ACTIVATE from LaneCenteringAssistCommmand is sent,
|
* When the command ACTIVATE from LaneCenteringAssistCommand is sent,
|
||||||
* LANE_CENTERING_ASSIST_STATE must be set to LaneCenteringAssistState#ACTIVATION_REQUESTED.
|
* LANE_CENTERING_ASSIST_STATE must be set to LaneCenteringAssistState#ACTIVATION_REQUESTED.
|
||||||
* When the ACTIVATE command succeeds, LANE_CENTERING_ASSIST_STATE must be set to
|
* When the ACTIVATE command succeeds, LANE_CENTERING_ASSIST_STATE must be set to
|
||||||
* LaneCenteringAssistState#ACTIVATED. When the command DEACTIVATE from
|
* LaneCenteringAssistState#ACTIVATED. When the command DEACTIVATE from
|
||||||
* LaneCenteringAssistCommmand succeeds, LANE_CENTERING_ASSIST_STATE must be set to
|
* LaneCenteringAssistCommand succeeds, LANE_CENTERING_ASSIST_STATE must be set to
|
||||||
* LaneCenteringAssistState#ENABLED.
|
* LaneCenteringAssistState#ENABLED.
|
||||||
*
|
*
|
||||||
* For the global area ID (0), the VehicleAreaConfig#supportedEnumValues must be defined unless
|
* For the global area ID (0), the VehicleAreaConfig#supportedEnumValues must be defined unless
|
||||||
@@ -4645,7 +4645,7 @@ enum VehicleProperty {
|
|||||||
*
|
*
|
||||||
* @change_mode VehiclePropertyChangeMode.ON_CHANGE
|
* @change_mode VehiclePropertyChangeMode.ON_CHANGE
|
||||||
* @access VehiclePropertyAccess.WRITE
|
* @access VehiclePropertyAccess.WRITE
|
||||||
* @data_enum LaneCenteringAssistCommmand
|
* @data_enum LaneCenteringAssistCommand
|
||||||
*/
|
*/
|
||||||
LANE_CENTERING_ASSIST_COMMAND =
|
LANE_CENTERING_ASSIST_COMMAND =
|
||||||
0x100B + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.INT32,
|
0x100B + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.INT32,
|
||||||
|
|||||||
Reference in New Issue
Block a user