Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] The use of traci.vehicle.add function
  • From: "Zedric Banger II (zbanger)" <zbanger@xxxxxxxxxxx>
  • Date: Tue, 7 Mar 2023 06:25:21 +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=V4KZZ5FUZMHxuihP4q/Z9N62cLucYcRZ/QGL1O2YR44=; b=I8byUTrGE4vbm1NGnzUDMOljPnG7eJ96kUfnaMthnBlkxKHXPIe2H2c+RDMTDUoTOKk5Q+H7qzGzColPC5XFT8RYh0t88TI3nO6fLg1Xvgktcv1agjGKUDw2kTDiVVkCGJkeakSwfF2r2aRtB7qbLA/UdzaihmR+tIKh3jI2WL382LwEEE7km1p1pgsVqr1EfI8sIDkq+BJAt/2JXBFXms7WjpBbHQp9NjgaSCnV1qiafZw2BTeDp7WL27Tcl9q9zDH8k2jX9g9X4j7+NUUtRh1F9JwJNpW3Bp7BmYF2dr6Ajtag6T9BUfaylBeTsn48tFQICEFUUmKcETMC4Uv6WQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gns2xGox48QLoW+E3Q4lilndPg7KZkCuA6k9muptS6Voz0/5kkgwZgZsdiWIRZYE0JFXQtXrtTQY2JdeBbSj0zZeBIjAtu7xopajKhPSWn6GHNQOPSJctY4jcY/2HSVOuLqbmp17FAcnJV0zr3sZXMJoeHK10EJrAjq1OtCe5yHKMja3Y9YKbx8kHIJvGP7OjTFZx5MyQp88srYuDeeaDRHbZfOhspo794qGJ/WXND+7Qv1ncXF+yzs6REEqlOJlq3Jz5akXEEZiwst8xwQL4VQFxXLniHiTCDKR9Yb92MfgZTFHaU7U/f19ngV9l51cbkfu3II4gZ15AwrbdsSbLA==
  • 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: AQHZULz4OCtur2DqXU+s8B0XfEDmhw==
  • Thread-topic: The use of traci.vehicle.add function

To whom it may concern,

I sent an email asking how to dynamically change the size of a platoon while the simulation is happening. I was then pointed towards some TraCI functions to use. In particular, I'm trying to use the add function but I'm new to SUMO and TraCI, so could someone give me a detailed example of how this needs to be structured. Currently I'm the changing the platoon size by changing values in the routes file .

Back to the top