Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Passengers
  • From: Pearla Hajjar <pearlahajjar@xxxxxxxxxxx>
  • Date: Wed, 23 Nov 2022 15:06:15 +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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=hlJ6znhmT3KEOjTKgfUPGFJvA2wfjsBLF6tTa1S7t2c=; b=GrgSnkgUmAcmXXZluhKNFfe1xq+zQyVOKc/zoT/m5rmxtxhG9O+vI9zxeDo4215XkQ08Wmwt2Ie8Dp9TvEc87mWYRhRT2SlrOtZZRDIqFvhOFL/rVbJ9UF2BqF+Btu0IKeJeHipIZMW7Emot5RX5yl8sZ4zcVEgyfstw57TssJDrytkUvkLhJQVHlbQtDJRDjEH143PSsyVlyMrWNMgL7poqvIVwNHQELd4xaf1sxzinSc5L0fXxuQRntxofce/ZEZh+By7Mg4cSnCiaAmfyU4xfLb8SgXf9EXyjK0hgwt1XZEPOJz4zRz5+b/4YdAHCmNizR2FjuAY7wpU/FyhJGg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Sd9iGX9077D8vOFhAmfaqz8pXKXB9lIVLaLWD+ep0uCCucxbLbvYdabcNSuEQ9UPDrsz5dyE6G6rsfDV8W3oWO1BDHzgqc3c7WZxs6n8VYTNrjlPD4Kj85A8lqet11GNhplQAFZksLiXa7xWpPopeou7zcnqpTFI7Pu6XC7/Vf/xhoQy58QqKjmAWFkP+LmU7+Bws2HKmRIM2dueqmqNwEITSOBQDGoTbX4OjuOUlWIIiO6xobUesaFrn13rcVea+Yv5QtFWUkxAJk4lK6Z7EdfnTVGPDTs1zzsNUDoi2UkeOAaAlZw2e6e7l3zGoTQOEPfTqaQMzTPN1nuIWJgzlA==
  • 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: AQHY/zTYXqWYZnvPN0astKXkp7s9A65MfC2AgAAaKKs=
  • Thread-topic: [sumo-user] Passengers

Thank you for your reply. I will try to make my question clearer.

I have defined persons, and buses of capacity 22 in the rou.xml file.

Each bus stops at all the stops of the system. When a bus arrives at stop 1, 22 passengers get in the bus. When this bus reaches stop 2, passengers with stop 2 get off but no passengers get in the bus even though there is enough capacity. 

Do you know why this happens? Normally i want passengers to be able to get and out of the bus.

Perla HAJJAR

Ph.D Student- Universite de Versailles SQ and Communauté d’Agglomération de Saint Quentin en Yvelines

Direction des Mobilités- Navettes autonomes 


From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Wednesday, November 23, 2022 2:12:53 PM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Passengers
 

To define rides via TraCI,
use person.add and person.appendDrivingStage (or the more general appendStage which also permits defining  personTrips with automated public transport routing).

Am Mi., 23. Nov. 2022 um 13:13 Uhr schrieb Pearla Hajjar <pearlahajjar@xxxxxxxxxxx>:
Hello sumo users,

I am trying to simulate a public transport system. In this system, a bus stops at a busStop for passengers to alight and board.

When the bus stops at the next stop, passengers having this stop as a destination alight, but only one passenger board even if there is enough capacity.

Does anyone knows how to fix this problem?

Also, is there a way to add passengers in traci?

Thank you in advance. 

Perla HAJJAR

Ph.D Student- Universite de Versailles SQ and Communauté d’Agglomération de Saint Quentin en Yvelines

Direction des Mobilités- Navettes autonomes 

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top