From 5fed8cca3bfc299ddc17d3ebce8c2cd50da25e58 Mon Sep 17 00:00:00 2001 From: Espressoshooter <82238720+Espressoshooter@users.noreply.github.com> Date: Sun, 1 May 2022 21:15:43 +0200 Subject: [PATCH 1/2] Update car_models.yml Hello I`m trying to add the Peugeot e-Rifter (long version). I dont know what the "abrp_name:" is or where to find it. Thanks for your excellent work. Greetings from an amateur --- psa_car_controller/psacc/resources/car_models.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/psa_car_controller/psacc/resources/car_models.yml b/psa_car_controller/psacc/resources/car_models.yml index 910124b..0187c34 100644 --- a/psa_car_controller/psacc/resources/car_models.yml +++ b/psa_car_controller/psacc/resources/car_models.yml @@ -68,6 +68,13 @@ reg: VR7BCZKX.* max_elec_consumption: 70 max_fuel_consumption: 0 +- !ElecModel + name: e-Rifter + battery_power: 45 + fuel_capacity: 0 + abrp_name: + reg: VR3EZZKXZM.* + max_elec_consumption: 70 - !CarModel name: SUV 3008 Hybrid 225 battery_power: 13.2 From e8409492c1410ca7d00b1685913b087dd088191a Mon Sep 17 00:00:00 2001 From: Florian BEZANNIER <48728684+flobz@users.noreply.github.com> Date: Tue, 3 May 2022 21:53:16 +0200 Subject: [PATCH 2/2] add abrp name --- psa_car_controller/psacc/resources/car_models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psa_car_controller/psacc/resources/car_models.yml b/psa_car_controller/psacc/resources/car_models.yml index 0187c34..ccfa70f 100644 --- a/psa_car_controller/psacc/resources/car_models.yml +++ b/psa_car_controller/psacc/resources/car_models.yml @@ -72,7 +72,7 @@ name: e-Rifter battery_power: 45 fuel_capacity: 0 - abrp_name: + abrp_name: opel:comboe:22:50:peugeot reg: VR3EZZKXZM.* max_elec_consumption: 70 - !CarModel