Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Platooning in SUMO
  • From: Michele Segata <michele.segata@xxxxxxxx>
  • Date: Tue, 16 Mar 2021 15:53:04 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=unibz.it; dmarc=pass action=none header.from=unibz.it; dkim=pass header.d=unibz.it; 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-SenderADCheck; bh=VQmYKZHOQBZ8OjACgnVcJzJLkRfvJwapdksFCBKOYtQ=; b=Tq4mp4WCCGeNA3FumgjW6kKNfdPTvS5PjyWrIpBokKpzIwlX9VIZ/tyMrSNwTfY4ICcC3VmKn2EJ6YFB/+O9NHLcvCv9ZYBQL06ocNHPeKUvuplHJALS1wbeX52UstHhT2D3Qd7BJWoTU3K62ZWR7Gd/TOWy0rYLbuOKrsoWYj+rJ25dwXQjs5w9TtdokDPuHAs73lJobaipkjsd28IE/BlHkSCBkYkiM9o60pSW4iHtZIdPvxQZfvEOQ4OV0SLhlxxUJTUr78qdLQnw0X/qC5LtzDOA8O7HBiptjw8YPwEbDUpQrdRbQCpVYucrFIL4qtvi/V/1qwM6t/sJgcBhIQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VHACludlTqCtrp09wLKJWWgxOrfkfT3cftJahokhZMJCESV91EmlodgrY4Q+1xo+N1ok1uPsKHhi6IygJOIglNcwBlAAmGGaKfJE9mFlYf0J+zm81+yIvEGJJ7oy3wWjnEFKNMp6KFrHfPsMmAzFZZLPkZgwoV+jsYtS4HK6565grTvqr1313ajnOIkPsHOq7PxFlmQfmK0iY/rm7enYzK8FyN046StmoNJWnj7OEjrdQsO9ON0tQzgck4syS7mgfPjwtz0O8MHyaKKOJxsrNLlH3x74iw/cWoxU7HG7yhPwqeBZ116jZS6YzzL53PTc4QJ/BHzZkB/MtWTEjPLbOg==
  • 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>
  • User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

Dear Francisco,

I can talk for Plexe. As always, "better" depends on what you want to do. Plexe has several control algorithm plus engine dynamics implemented, but the vehicles needs to be controlled externally, for example via TraCI in python while, as far as I remember, simpla is more integrated with the SUMO traffic logic. To quickly test Plexe, you can have a look at the Python APIs I implemented [1].

Best,
Michele

[1] https://github.com/michele-segata/plexe-pyapi

On 16/03/2021 15:18, up201604601 via sumo-user wrote:
Hi everyone,

I'm currently working on a project that requires platooning vehicles. However, I do not know how to add this platooning behavior to my vehicles. Is it something you can do by specifying in a configuration file, or is it something that you need to do programmatically? I'm basically trying to generate platoons at the beginning of the execution and have those vehicles travel together until the end of the simulation.

I know that SUMO integrates Plexe for platooning and also simpla is available. Are they the same or two completely different tools? Which one is better? I'm trying to find some information with some implementation examples about the two but I found very little documentation.

Would really appreciate some help with this issue.

Best regards,

Francisco Filipe
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

--
Michele Segata, PhD
Assistant Professor, Faculty of Computer Science
University of Bolzano, Italy
https://www.inf.unibz.it/~segata/


Back to the top