Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Use predefined routes in route distribution
  • From: <Maria.Armellini@xxxxxx>
  • Date: Mon, 9 Nov 2020 14:05:35 +0000
  • Accept-language: de-DE, en-US
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • Ironport-phdr: 9a23:3r8aURwAAsR7eFzXCy+O+j09IxM/srCxBDY+r6Qd2+wUIJqq85mqBkHD//Il1AaPAdyErasd1qGL4ujJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fcbglVhjexe65+IAi2oAnetsQbhZZpJ7osxBfOvnZGYfldy3lyJVKUkRb858Ow84Bm/i9Npf8v9NNOXLvjcaggQrNWEDopM2Yu5M32rhbDVheA5mEdUmoNjBVFBRXO4QzgUZfwtiv6sfd92DWfMMbrQ704RSiu4qF2QxLulSwJNSM28HvPh8JwkqxVvQ6hqRJ8zY7aYo6VNeZxcazGcNwAWWZBXNxcWzBdDo6+aYYEEuoPPfxfr4n4v1YDqhywChO2BOPu0DBEnGP73bc/0+s/FQHG2A0gH9QPsHnPsdr1ML0SXfqow6bW1DjOae5d1jjh5obSaB8hve2MUqxqccrX0UQiFh3Ig0uMpYHqMD2Yy+QDvWeY4ud9VO+ij3AqpgBvrzWx28sgl4rEi4EIxl3E6Sh03ps4KNm6RUB7fNKpHppduieHPIV4RcMiRntnuCc8yrAepJG7eDIKxI46yBHBbfGMbouG4gr7WeqMPTt0nm9pdbGwihqo7EStxO7xWtOq3FpXtiZJj9vBum4X2xDN98SLUOZx80Wg1DqVygze7PxPL1oumqrBMZEhx6Y9lp8UsUveACD7gF72jKqKdkU8/eio9vjnbq3mppCCM490jRnzPKoolMKxDuo2MggAUW+Y9+q7zrPv41D1TrpLgfAoiKXZsZbaJdgBpqGjGQNaz4Ij6wylAzi7ztsUhXgHLFRbdxKbl4XlJk3CLOrlAfq8jFmgiipnyv7FM7H7HJnBM2DPkLL7crZ8705cxhAzzdda559MDb8OOujzWk7ru9DCEhI5KQm0zPjjCNV514MeX2OPD7SEP6PWq1+E/P8gLPeUaI8PpDn9M+Ql5+LpjXIhgl8dYKyp3ZwOZHClBfRpPV+ZbGHyjdgdFWcKvxI+TPf0h1GYVj5TfXmyDOoA4WRvE5+jCsLeXY23qLGK2CajBZAQYXpJXAOiC3DtItGhUu0NYWS7OMpsljgFU7mJR4s7kx2j4lypg4F7J/bZr3VL/ano08J4srXe
  • Ironport-sdr: a072XErqjoLzKV/CBt+aMb6QLi4ne3SKE3FnKmw5ridtMyk2k9b8qCkJGrhEk9M5LBQBVXKp4u 0QcoUPc+CCOQ==
  • 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: AQHWtpVWkPJUALgW5EqThaUfr9pnH6m/1U+w
  • Thread-topic: [sumo-user] Use predefined routes in route distribution

Hi Theo,

 

Yes it is possible, see https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#route_distributions.

 

Regards,

Giuliana

Von: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> Im Auftrag von Theophile Cabannes
Gesendet: Montag, 9. November 2020 13:39
An: sumo-user@xxxxxxxxxxx
Betreff: [sumo-user] Use predefined routes in route distribution

 

Hi,

I would like to use route distribution using routes that have been already defined in the route file. Is this possible?
I was thinking about writting something like:
 <routes>
   <route id="route_0" edges="beg middle end rend" />
   <route id="route_1" edges="beg middle2 end rend" />
   <vehicle id="0" type="type1" depart="0">
      <routeDistribution>
        <route id="route_0" probability="0.1" />
        <route id="route_1" probability="0.9" />
      </routeDistribution>
</routes>
Would that work?

Thank you a lot!
Theo


Back to the top