[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [sumo-user] Passengers
|
- From: Pearla Hajjar <pearlahajjar@xxxxxxxxxxx>
- Date: Mon, 28 Nov 2022 10:22: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=JbPUcCKFPA0wUK7ix5UyBmZCaNaik4n0op1AdLI4qQQ=; b=QPMouv6/BeZRYmD259l4SwQqWHXCMxfHnuozmbTev3fFxGA4OyLhXHWdqYrTlrhRt6DGu8Gut7x5+Qo3OfHWihzyyCK7BHbx6Lj0yqHozW/s98v2mz183Vi0bUN0jS1hfTTfviTxBxaALX3u5/HdmP9SOJ0/zIdys2KOVv2BEoCb8o5fbf1lELliw5H3bAEDeTUtvlvFnqt7KVt+VGOWZw+1J7JtaIpNgdL3G477lmC8axomob1rws/Jsj0TTeWYii3ijxgaEMDEKV3iK8/4MyUpbKyPhrJZtgbbxM7oviHIZsVlJJCdKB1CW73YDFtUVxWr7V3h575nfFBpXRAsNA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bZjGjtiQkOslv6ZOwukY+jhQGphY8ocNtMbxE3mGCEwtojHny1IGfI2TYuYiXzlKfaV21yZhiN7yeiPsDgozMSY22gQXwoT2s+pKjQvn9s4b6ruBJ1qG4CbGWW0nzM3Iobus87l5cqF3MhX4f++993JjlKHJ4v05Vgz/ED/laBlPDJ5Aze3Wch7BmYDh35Wl1TuaT069J2TFuz8r7RCbFyXgjNOyTVxJwf6MDzR3/z1E37hWTYBbrMXumtwD1dmW84+nPHVTrct1FDyFUWbVIEtNaFJ5V3o4pzNJvvVfJNsIm5kc7sgiUUtje85MY8RW51kwDxyyUXIn+aStbLVMTg==
- 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/zTYXqWYZnvPN0astKXkp7s9A65MfC2AgACjFvCAAIdVAIAAm29DgAM/JoCAAqXsVQ==
- Thread-topic: [sumo-user] Passengers
Thank you. I tried to do the suggestion you proposed, but I hot these problems:
1. If I don't put the setBusStop in the while loop for every step, then the buses will not stop at the stops.
2. If I increase the duration to 2, the buses will be blocked on the stops.
I want to assign at every simulation a new set of stops for the buses. I give the run function the set of stops and use the setBusStop to tell the bus to stop at these stops in every run.
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: Saturday, November 26, 2022 6:52:05 PM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Passengers
As simple work-around is to make the stop last more than 1 second.
Usually this is achieved by prolonging the stop based on the number of entering and exiting passengers but you set this to a very short value.
To make this work with your setup (where you call setStop in every step) you need to avoid calling setBusStop for vehicles that are already stopped or they will never manage to finish their stop.
Mainly my simulation serves as a public transportation system. To test if it is running fine, I let the buses stop at every stop. When you launch the sumo gui, you notice that the
buses stop at the second stop and no passengers get in until the first stop is empty.
Please find attached the simulation file.
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
The most likely cause is some passengers to be misconfigured so that they want to board a different bus. However, an accurate diagnosis is impossible from your textual description. Feel free to attach the files.
May be the waiting time of the BusStop?
Maybe you can try grow the time in the panel inspector or with TRACI.
-------------------------
Saludos cordiales
Mat. Manuel Hernández Rosales
Secretario Técnico
Programa Universitario de Estudios sobre la Ciudad
Coordinación de Humanidades
Universidad Nacional Autónoma de México
Ciudad de México, México
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).
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?
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
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user