Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Error while inserting vehicles from Sumo .rou file using PLEXE
  • From: Michele Segata <michele.segata@xxxxxxxx>
  • Date: Thu, 7 Jan 2021 10:49:38 +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=+zruiZmAHi74lKzd4fQjuWbeU4+0/YB5Pq1uO0YudvE=; b=RKQVXZs9yKgNW+CSQ5ce7h9SEXpLC7Mug9juFkrR1bMrXB/ynASYG4EuZHmj5kbu6uMbRttbkONi/AE8/GJaoD8QyiFaqY3v8+16lzhqJJzPvAV+vJxo881xzTVKSuC4rpcZ5tafv6ZqNOHXP3GiIjg2rsMJZRX5AqUTwMC/C3ZLdQEx0eCzr+BT8Ux4/APAIdiHp79UdAYMBuQT709dmn3escL0cZ8fz/1vbWyfAiaRp/4PUF09KIH9cj9QMESQiqR1FFh4XvoGDsImzJKAIuJD5yWENKsF5UgeX9rPVMo3rX6NioxqmCsvl3oAkOXq3I53p67t4QLZAVWLl1hSkA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Hdz1Hg/1E6ALHAZ2DqliInVAkp62hOJajD1JOvjeoPHa4sG6kRkD41A5IJoZSGGf8/qenJ+e0mHhwMyjHf/N3WAi4k98wwghB4EFf98OVt1+vPqeqdQdPYiihUo7tAJwsMdny8b2WYbZzwZPOGxmfW+rHjYEZ5s5wbiQ57cp8Y2x5FoZ8jjy4Hqer7xK27lnP07amEu5PDo70k6g7y3e+8k8JwUUAxCy76dqFKZOGrVfLgo6Ryk2+/MVMggjZ0uv/Z/TfIpTxcCVnWsobxHeoChLs9nn7qHKA9bWwcF+ii3vbpfZ62XpX8aUezDM38DJ6WvL+CbALhQk+M/WtVu41g==
  • 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.6.0

Dear Thodoris,

I've checked and the error you are receiving is actually a bug. Thanks for finding this out. To circumvent this issue, you need to tell me whether the vehicles you want to insert in the standard SUMO way should be platooning-capable or just standard human-driven traffic.

Michele

On 05/01/2021 18:41, Thodoris Zerlentis wrote:
Greeting everyone, <https://stackoverflow.com/posts/65567340/timeline>

I am trying to insert regular vehicles and platoon vehicles in a specific time step in a scenario by using SUMO and Plexe. I am using Sumo 1.2.0, Veins 5.0, Omnet++ 5.5.1, Plexe-3.0a2 versions. As plexe documentation points i have to change the traffic manager in my .ini file to SumoTrafficManager in order to insert the vehicles and the platoons from the .rou file that i have created. For testing purposes i used the platoon example provided from plexe using the option for Sumo Traffic. The problem is that i am getting the sumo error

    Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown

and omnet exits with code 139. The error occurs only when the first car is inserted. Note: All the other configuration of the example works perfectly.

Why does this error occurs and how can i resolve this??

Best regards,
Thodoris



_______________________________________________
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