Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Error while inserting vehicles from Sumo .rou file using PLEXE
  • From: Thodoris Zerlentis <zerlentis@xxxxxxxx>
  • Date: Tue, 5 Jan 2021 17:41:37 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=gJA7mHOm7XuiH8QnrDNoDliqbj7kjAFiX3+cXl1E0a8=; b=a0B/vyEiQu9wIRiGJJeVbTeWX/OUwXGXaEhi9vcYfu9jyo8sjWMyUv8mIuP24PNf0sN80X0xOP++CB+YZ8K0bpdnI/I6z1GscAKS3l1Jksh6voTgquniIU5qXgi8nNTdDYfsMMJavUc839ob40fgyOWRCi/TM9Kmfy+28Lz6oJynfDjGIaDHAJmcoMjMa2gUWy3beWCV/2mWLFWQw176S5xNmRNVFUkjrzqjr+6fLsm9S0FOfMCGRbFQgVvAiEdknq4yh0/6rsB0N5/fDZBtex+4uv1Up/+VN/aHsoS2rVhEAF8NNobDo+WcC43IDh+e/grlsyCkIFmZU0ag1Ejrfw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Yi5Q8P6zSOnQXj7O229nK7OE164FX2lSstjpS2gLqbqR+tWcN/uEvhAxBiGY620tqBjkWtdN9emOnJ8jH9/nwm+3+YR28kWNFyDwLyQpNkrm04CdGUwFLkCz/oX1EkriALpg4Twmbt+8SQ7j4Y4z4l/06QEKj0HqJK/8A1oV/801KRv2TxZd8+csj3fiaoxk10kQGo1DRBrx5qp415SXWzh63IUUKxtAVzx2TckyEHurZJ5MEq1LHqqIompHednfl2ZPzxYfTJ6uzQTFa3XZAK75KmdTVCGL4ixBx8bNmjwACl5kJdd8T/qX3q+RC7CbvZ5RMx45ucUKj3aysB/frQ==
  • 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>
  • Thread-index: AQHW44nX4xVp4FphrEKcUCNnxWBe6A==
  • Thread-topic: Error while inserting vehicles from Sumo .rou file using PLEXE

Greeting everyone,

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



Back to the top