Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] SUMO_1.8.0: internal edge in vehicle route
  • From: Linyang Wang <lywang5185@xxxxxxxxxxx>
  • Date: Mon, 15 Feb 2021 04:06:49 +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=GGET4FQCA3ta7UjGvsXAVeeRdybpX4y1PsmcfhA1prQ=; b=J8taa+HHjy4FX+6Yejn1KFuGfR6iUfk0HPRWfJ52lumtRCkK7tUYtuyokngXHgGYWAW42MOFanFp7DyfftFt2JpSVo5MBlE8RlJg+YDcx/aR59fBuH96KOZjjvg8Y9C9DoV5tIzfp32cGBa6W3PM0ZL0DT2hNRm9+nKTzMa589oWFLg8YYMjULXW2/wWCapOK1mvV6EBcM8Lh9eQaYZHaAm3BtP4SxMMBH4O+UmASOMpJYfsEIsJPpjEbLX7nMWG8v5iFQYrLjbm/UU2s4rIkcfyfN5YoASeo0OCPKJKP14T4Nn6Se3vrJWTvdFggGxLg0bZVF63x11n8x1VaDWnXQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=aY0ulpLM82nmCS/cU53+k2QFzTc1gq+KzvKp8lz5JWepZRP/W0scAkIeK9BfDWzVIPICJmIWI56T1s7///tBcqfSJEcB5GwlvfIG/0E5OPxV8QMt6HmaqrKkdPOEbQm2C2LbNmcOVijMEOR0rwXybKj67V2BDAJz8WED4Ij/2ASomRYj4ln9KmyDEaFHQRBc5ljU50gGdLRL5B8xhdMgZLqHa+hjbJmpamB7oKELGeabaTqqD07wsYffj6Yue7eh+Aij/wnS91xmIqHb/tuIyGPUg+cLApXtPPNJiYWExbXvq6Zi1nY4cw5kTQsJrNq7gplhzLhQbZmYkUkb37oigA==
  • 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: AQHXA0/7ySFk1qcdq0eExkZFEH11Xw==
  • Thread-topic: SUMO_1.8.0: internal edge in vehicle route
  • User-agent: Microsoft-MacOutlook/16.42.20101102

Hi,

 

Hope this email finds you well.

 

I’m trying to issue new routes for vehicle by traci.vehicle.setRoute(vehID, edgelist).

 

The first element of the “edgelist”, which should be the current edge, is acquired by traci.vehicle.getRoadID(vehID).

 

The edgelist is: [':E1_17', 'E1E2', 'E2F2', 'F2F1', 'F1E1', 'E1E2']

 

Yet, there would be an error: traci.exceptions.TraCIException: Route replacement failed for taxi9.

 

Is it because the internal edge can’t be used as the first of the new rout, or some other things triggered the error?

 

Many thanks.

 

Best regards,

Linyang

 

 

 


Back to the top