Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Sumo - Error: Vehicle 'xx' is not allowed to depart on edge 'xxxxxxxxxxxxxxxx' (helpe)
  • From: Amanda Romano <amandaromano@xxxxxxxxxxx>
  • Date: Wed, 22 Sep 2021 03:21:14 +0000
  • Accept-language: pt-BR, 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; bh=Y+2wc4N8shs1d5pbJ3usiIIpN7GlgLk1REjIcpC89ac=; b=Vl+YPj8hjvz2b/kmJUNu0UtuuD6n/QlQ+a8FC07Yj6shmAmGu/Y5Qsx7jsqVDOr/Eof1HZKBSi2fdMqvnmns6Rxosm5XfawIxbZIjkrOL3lEE0mY4EM9dKFqU8y7V58wXke4XAuqKwJlXfxXlMm189OG2R0AOl0P3d9jFKGy6ER9FrNKv7S8jBXS3iki4kKnTrmL6z58Xjaed+IfaVJrZmYwnJxAzwY5wYxzaKNne75BQ5JTmqBi7ydZWS8SE0edSAqYRg8g7YqZOCaihQjU7pkSrar77KDK4mQ+v6a5Klkge3ZWCqMeCvM3i91UKuC7ea8tVNW28JsWaQwdQC2bkA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HdhmoMEhguoN4FpciOObJax8Q455A0pLxWpiJaO0VBLvy7sRde19Cb7SVHQq96yS5VdLRxRtFuUWU8a1DWq/UHrFzn9xi1N/4rNo7SIqOZdvg4MYeq2JPDi2b845oJdIU8qr/5eN3FPOIN/ZghrfSK4ZG2XHKMYNqQBbNBxRFGmWcRolgf/QH0DaPuonQB6bVFW/N1Uh2kuRvv1HClHhhYZi2ntprOS7ssYSZGbH7FxUi9DcOv7IgziGV4OEQjUGk+sYKuu1EFXyZup9kpjkJ2zBjMuFSXPGZlLWMMNsgec9KQQFQ9xuRocu72MJyqqpmmqnAVF3s+Eo4WnyGHoPQQ==
  • 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>
  • Suggested_attachment_session_id: 82291221-baa6-b43f-b85c-4b923eeefef7
  • Thread-index: AQHXr2DTA965BkYDp0qAkgMJsJhh8Q==
  • Thread-topic: Sumo - Error: Vehicle 'xx' is not allowed to depart on edge 'xxxxxxxxxxxxxxxx' (helpe)

Dear All,

I am trying to generate the routes file, using the duarouter command. But the error is appearing:

Vehicle 'xx' is not allowed to depart on edge 'xxxxxxxxxxxxxxxx'
The vehicle 'xx' has no valid route

The step by step of what I did:

0 - extract the network from openstreetmap (osm file - map.osm)
I made the file with the data from the O/D matrix (OD_file.od)
od2trips.config.xml
duarcfg_file.trips2routes.duarcfg
config_file.sumocfg

1) Using netconvert, I converted the osm file to net.xml
netconvert --osm-files map.osm -o map.net.xml

2) Using Polyconvert, I converted the shapefile to a polygon file:
polyconvert --net-file map.net.xml --shapefile-prefixes SHPFILE --shapefile.id-column ID --shapefile.add-param true --shapefile.fill false --

shapefile.traditional-axis-mapping true -o SHPFILE.poly.xml --type taz

3) I converted the polygon file to TAZ file (districts.taz.xml):
python edgesInDistricts.py -n map.net.xml -t SHPFILE.poly.xml

4)Using od2trips, I created the trips:
od2trips -c od2trips.config.xml -n districts.taz.xml -d OD_file.od -o od_file.odtrips.xml

5)And using duarouter, I wanted to create the routes:
duarouter -c duarcfg_file.trips2routes.duarcfg

Could someone please help me why I can't generate the routes? How to solve this error:
Vehicle 'xx' is not allowed to depart on edge 'xxxxxxxxxxxxxxxx'
The vehicle 'xx' has no valid route

I can make all files available on the drive if necessary.

Thank you!


Livre de vĂ­rus. www.avast.com.

Back to the top