Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Assing device parameters per vehicle type
  • From: Ivan Postigo <ivan.postigo@xxxxxx>
  • Date: Thu, 8 Feb 2024 21:54:10 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=liu.se; dmarc=pass action=none header.from=liu.se; dkim=pass header.d=liu.se; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=STsXIGRWvoMosIBWtEsXOMPRTQfTsUHefeUy6PCtGOg=; b=VTxCp3Tlkm8RQ//YndwqU87wAzaAU6yRerXD6+xXgujL3hMWSy93jzm+XZIm9cRmAM46oMre1A40/mH4iY4bpDV2sAJp2q2tMve4X7k/tzX0shZxyRQ3C1h6JdxfrX8bdS7XRWA66tzJL/ehPVEs/3+JS6KrREDBGMYULI0AhKtl3Zpa8zDmoGQM2eankhPwuMH7jcPj5NGP1mWcB2bsZrbg1MgpG79gMm2DGFM85WlR0qPqlmPF53ogq0IGAThOKHRHVJR3uso8QQP8TTECrH6VlQVJIMED3UszBHvRdotBR72h1sGp9Vx47Bq6TT205F9VfXDxuYA0IH1nvTfczQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UA+CCk8NWb3KRBP58FwLCtlgKsuAioCA0J9O0evNQ3NQXrQmJze8EMFFQ5aO/QsrNQr0FyE/PNnwOYs+e0Q/ESnI/SDb1fvSRIRqPx3oxE4+N0XCpGgX3U2VB3hmWOdelGpsTCBsBXyX5zb9NI+Z478kQj76ctV9dpwiHn7LGlL/GJdY0kZ6F57JyAWC/frrcGKnglq86Cdxv/HWtJewpFanvaDnr1z5xJrAdj7bEQ24vCJoKaxDHCtm2zFTejfYI3MwJ9tG4Q/tQ2ZE8h+cH8J/gbDTJHf9O9dr8mnnhP9jkUDCHO97iMhDkaizqz0MGbKGWlMsccKUTc9bNQiEbA==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHaWtgcU3+fb5O7IEmXOSMybp6i8w==
  • Thread-topic: Assing device parameters per vehicle type

Hi, 
I dont have clear how to assign the same device to 2 different vehicle types, but with different device parameters.

for example, in my route file i have :

<vType id="v1">
        <param key="has.fcd.device" value="true"/>
** here i want to assign the fcd.period to be 0.1 for example **
** i want the fcd-output.acceleration to be true **
</vType>
 <vType id="v2">
        <param key="has.fcd.device" value="true"/>
** here i want to assign the fcd.period to be 0.5 **
** i want the fcd-output.max-leader-distanceto be 150m **
 </vType>

How to do this, is it possible? i cant find the way to define my device prefereces per vehicle type in my route file.
thanks!
Ivan


Back to the top