Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Clarification of what I Need to Accomplish
  • From: "Zedric Banger II (zbanger)" <zbanger@xxxxxxxxxxx>
  • Date: Fri, 10 Mar 2023 16:53:36 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=memphis.edu; dmarc=pass action=none header.from=memphis.edu; dkim=pass header.d=memphis.edu; 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=kRkHHx1tEAqjxEtEHHIFrTDSdHyTLXz8anDhOQv1kVU=; b=KjQ3e+RInHHOw0lwdatD/tCTwcIQLX1dB5E+k8gQMZB0WP+LbvRWFdwrZH889E8ipqRZUpltzXyvV2tombwEeZfU49OR/IjhOmjHMC9ZFfollz3qzVpPRtmBeHWO44TBE4g3ccaesa42QEuZCkiYZ15jMb1OI0npVHKOvm96mubvGm6yq+lZ8vESCiSx9VGxoAN1CQ/0V/40Xdd4ZpoBpXK7KG1f+Wug0LmiF6HGxvPpXsYa2xovF653udrmn4T4iYC793Qbds0jthgjOCl1z3U2bQwEgnChvgtpj6EU5gBk0ldlFPAWzDpFb6QUhx15qdgaaRyCcOU8INEfLGgg9A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=R2Dx/rfTKlhddHJiYVbfC5Z71/rEWRyk4HlYDDznZ/y3mHR/g5KQzs8e9e5H2jOHCHvPalzfD2aR9V0jGAlvCa0tU85rnP9fad/Lq0btnFui7784C958QWugLDSP1Memq9JuK9qSQ/tpFiF6BY0IzxSFfU7oWLi5H420wp3BvnsegnMF6NcpnJRBJ4PaOOj+FssHe4kOiaSc1pliYNQlKGjQ3djtZQ0IhqiRF174Uzwv7UF3Nt8OPhx6yL7bE9J0a7UmJuPw1IsuRRdr60SDEoBDyOAz1UBzS0ja33GPj7Bue/jv5eEhOJQHm5cGVjqdD7ou6mvzF9zu84KLzPxgsA==
  • 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: AQHZU2+/P2M4cSHaNE25HJdEekTvqg==
  • Thread-topic: Clarification of what I Need to Accomplish

I want to increase or decrease the size of the platoon while the simulation is running. For example, let's say platoon has the size of 10. Now I want to split this platoon into two sub platoons. How can I do that? But I don't want to use "traci.vehicle.remove" as it removes the vehicle from the simulation. And also is there any way I can call methods (e.g., getPlatoonLeaders(), getPlatoonIDList(),getAveragePlatoonSpeed() etc) using simpla? 


Back to the top