Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Continuous model in SUMO
  • From: François Vaudrin <francois.vaudrin.1@xxxxxxxxx>
  • Date: Mon, 13 Sep 2021 19:00:50 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ulaval.ca; dmarc=pass action=none header.from=ulaval.ca; dkim=pass header.d=ulaval.ca; 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; bh=KMbuY4C2cERhOEZTdxASZ/wjD3bqICwrfyd+XBg56aE=; b=hHiPnq0coMgyqkgfGnxIw+msQwIX7xkIzzDI0D4G7x+S1pWJle83UCRuSTPuMP/X87+sIkcMX3V7YIIjvVbWtjirTtr7CHh5rXHNCtt0QJ/KxQSk/4p0baq/qdh+tY6couZ/LZcTLtTGruydOjJ2y7nZsEWbTTvv8M4BPi6HNRvEQ5xGUgqOuTl5Mni7RnYBPvqFvuNy21jZlus1fer5+42GFyRq/BPis4SyoK/om5JINtAk9YM83m+jTYefAMTQq7zeBGwiGIkQezrFkriKPIBYbje75NxHVydQxxS5iEgH5IWanHRMvuvUgY0vr5FHdC2uxjiRrC9dWUusNLHVzA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=C/edl8LgUfx8brb/Goxglj6MVOj5xmEXlVoWXwcDgDUycVjwI6Nw5AWT56nQPTnZhcdnKGG5P11mag2xvrP5REahefxTUPAPBWa15l7RUAq4Od0QC6iQkK76K4KG//p4hNn78w+fDJAGxO+w/L0xvt6wGSnylBpk9EFIhKVp1zQ89bmEqCIbxB2hYKJRhlNGoX22AsHtNjP+0x7bDJ5nJE3GrMNfpCrxabA9O9sAjKLnno18UE8wdLRpwtzWvX0hz/eIyHI4ds7GP1KK43kahl21sOuHvK0l77rSEk7pg47dRX/pJUaw4gOBkQuHWcbXsfGvAchUHv+MPteyfnAo0g==
  • 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>
  • Suggested_attachment_session_id: f6f00ba1-14f5-4940-0c3a-f06be3faf59e
  • Thread-index: AQHXqM1WXWY5GCGMbkCR4qoLIB8vhauiUO01
  • Thread-topic: [sumo-user] Continuous model in SUMO

Thanks Jakob,

Do I have to specify the continuous model somewhere with an option or it is already include in SUMO?

This is because currently the cars move 90 degrees when they change lanes in my simulation and I would have preferred that to be done on a larger transition. But if it's the best that can be done, that's fine.

Best

François


De : sumo-user <sumo-user-bounces@xxxxxxxxxxx> de la part de Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Envoyé : lundi 13 septembre 2021 14:29
À : Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Objet : Re: [sumo-user] Continuous model in SUMO
 
The two types of continuous models are activated via sumo options and then apply to all vehicles regardless of vType.

Am Mo., 13. Sept. 2021 um 17:41 Uhr schrieb François Vaudrin <francois.vaudrin.1@xxxxxxxxx>:

Hello,


Can we apply the continuous model directly in the vtype definition as for the carFollowing-Kraus model? If so, does this give comparable results?


<vType id="TRUCK_1" .... >

<carFollowing-Krauss accel="0.8" decel="4.5" sigma="0.5"/>

</vType>


Thank you


François
CANADA
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top