Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Dynamic and Manual Platoon Control Using Simpla, TracI, and SUMO
  • From: Dillon Seward <dseward@xxxxxxx>
  • Date: Mon, 14 Apr 2025 22:05:40 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=unr.edu; dmarc=pass action=none header.from=unr.edu; dkim=pass header.d=unr.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=We2N5pTgK8rvPmAKRxjEQU0c6O1Jqr15QOu38gEzhcs=; b=U/MZp5iyvtQ3/O3leej4cGapMR6/+iLF1SPyIN8oJFjaIS57T0WSByduLOTIwPU1e82917KUoLDT14Xrkk18kWLjA4d0aIrlNv8ltB/nLPz6ObM7kDn+EZDBZoRmbjWUGX4HOuEXo1IDS0Vf8MeiYTVqmcuBMp5fi4FxPeTag08tYgjvpK6XC18PStUBntEoDK0+yAYySFfyJCWDnytRHPkL/Kxo75Zu7Y7OsG6RaeWolCFvh6M9Fiu4FLmVJzD4FZUB+/tmVgpAnv8E5TM0I611ut150NK9UbLuxwRgtkUbDl8FuMzN1bbTu5x8iJ8Gz1wW5B63voreoTah83IrtA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=RRsrvrkqJNvX4/XXEf/AP3N+OMwD9lsSrl2VF/aLdzxTT9nvPwX6THEs5pxZXPODBArGNIKv+Tkb78cukspezwns8diMFh6fPOd8H+e3jBX6q17hceWB8AuiKc7MyMb0g8d4uilNdxly5+vEpQlNreHXD0+MmTFIUroci54YtDKhic+fWoUdpg3wN8vYOdkaWLofQoduTt4Nqn/6jI5j0T5IIlDN6q6hqRkDHO+rPEzzWblFEmqjDhUVAgoyaMTNvROJVz7g5H4hwpRGUyFyEuCP5i+t3pesK9tTGixNZ7I+AnAsmF5XRWdzllvgSeTvGi9yRgyJuuKiFwowrFJmHw==
  • 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: AQHbrYgWBU6ThS4Or02Gazbqx/8nIA==
  • Thread-topic: Dynamic and Manual Platoon Control Using Simpla, TracI, and SUMO

Hello,

I am trying to use SUMO with TracI and Simpla in a Python script to use game theory techniques to create platoons, decide which vehicles join which platoons, and let vehicles leave platoons, while the SUMO simulation is running.

I know Simpla can allow for spontaneous formation of platoons and can provide statistics about the platoons as well, but I haven't yet been able to use TracI and Simpla to manage each vehicle and assign it to a particular platoon. I have tried to change vehicle types into the subType tag that decides if Simpla controls a platoon or not, then unassign them from this Tag, once they are in a platoon, but this hasn't worked so far.

Additionally, I know PLEXE is a popular tool for platooning in SUMO, but I don't have any need for the communication and network protocol side of its functionality. PLEXE is also quite annoying to setup and configure with my M1 chip mac, since Omnett++ only works on x86 architectures. 

I wanted to ask the community to see if they have any recommendations of tools that may be used for my purposes, or advice on a platoon control in SUMO in general.

Thank you,
Dillon Seward

Back to the top