Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] randomTrips error
  • From: Hector A Martinez <hmartinez@xxxxxxxxx>
  • Date: Wed, 6 Mar 2024 18:58:04 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mitre.org; dmarc=pass action=none header.from=mitre.org; dkim=pass header.d=mitre.org; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=CnTRoRT330UhFRcfm2gnhKP8Wp59ONcCJpVKU+nfhVo=; b=gDomdDgq19/yl/Tn3oDeiqBS3Vsar78r/UTqbe1SQbNpKTzwLOOO3PuAVMkLNnInOVfCAQe1T6+ppbmX5RCQQFMhm164UlYxKqDitMBM0Y4wORmErrdVmdjORcXAHFLx1bJx7RJlQt+CLmCOga7iWSjhn0eXx4bEpEUbEcfjADVuiFcmAFqHBRTXP8IVyz/k8XTC3JrfYNilRy4SKH6qJneJYkeWDAJ2SjR5Hf+T5szz0SU1YaQ2/OW7lAoqytYE2pVFe/ASgsRw7S2K8iMDLKbuTpE41hHn0XhKkLwNs9pU44/kcRJBUcNyi4mNEMuGf2ygaAMHjCO56uqaFQfOvA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=b2uf7TK0+1LqLcwbaBEHIbYijn0T2qKJ8JC5Nngrz24MG7c5XHzQ7KEfLEEnjzsG1egVhR83MOB7hcLiEphuJG1liGduK+SBkNd5s42PMYXDqEpAKYEeEfBdKe4zw+oYzxjA8mVPK0M7h/oCXO0+YOKbwWZwONkk8/A3rXHknEzKkGIzn88NL5q0qnhC7GXx9TmKXgx38AMWgpvF8NVxjHuk4P3O/3uz0akPuyBaq+bXrVAIrc5ZK7sAOMkse8+p5PwhB9tQZnqkieOKc5LNeg8R5a0B8lb6meMHnENoNu8MUoXrtGn4Nit3dhwFlH7pFZS7TGuXl8IHZi75Zy24eA==
  • 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: Adpv9gfF4WygAluMQSS0Ehc8+WbMDg==
  • Thread-topic: randomTrips error

Dear Sumo community,

 

I am getting an error when I try to create randomTrips for my sim.  Here is my script:

python "C:\Program Files (x86)\Eclipse\Sumo\tools\randomTrips.py" -n ..\input.net.xml -e 259200 --fringe-factor 25 --insertion-density 50 --random-depart --validate --trip-attributes="departLane=\"best\" departSpeed=\"max\" departPos=\"random\"" --vehicle-class bus coach delivery truck trailer motorcycle taxi passenger emergency

 

And here is my error:

Error: The loader for route-files from file 'trips.trips.xml' could not be initialised ('--' sequence is illegal in comment

In file 'trips.trips.xml'

At line/column 7/92.

).

Quitting (on error).

Error: The loader for route-files from file 'trips.trips.xml' could not be initialised ('--' sequence is illegal in comment

In file 'trips.trips.xml'

At line/column 7/92.

).

Quitting (on error).

 

I suspect the problem is that my script is not organized properly. I would like to generate traffic from all of the possible classes of vehicles that the network would accept and not sure if I am doing this correctly.

 

Any guidance that may get me out of this hole will be greatly appreciated.  Thanks!

 

Hector A. Martinez, P.E.

MITRE | Solving Problems for a Safer World (R)

813.207.5365

 


Back to the top