mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Fixed VEHICLE_CURB_WEIGHT property" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cc4486f974
@@ -363,8 +363,9 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
||||
.prop = toInt(VehicleProperty::VEHICLE_CURB_WEIGHT),
|
||||
.access = VehiclePropertyAccess::READ,
|
||||
.changeMode = VehiclePropertyChangeMode::STATIC,
|
||||
.configArray = {/*gross weight kg=*/2948},
|
||||
},
|
||||
.initialValue = {.int32Values = {30}}},
|
||||
.initialValue = {.int32Values = {2211 /*kg*/}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user