Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Pedestrian simulation
  • From: Pierre Enguialle <enguialle@xxxxxxxxxx>
  • Date: Wed, 17 Sep 2025 10:37:33 +0000
  • Accept-language: fr-FR, 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=arcselector10001; 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=55Gty+evBUMhv8pXVVUqSmHRmiBTUEN6e9aaGDfoJMU=; b=I3qz3gY78t9X1w8ZEAEctd5L057JZAKkQYRQ/90ltkRgyy/oVQderO5eGoGwtzlK0v+b5aov+Kcthnta+DZlZnswc6feckSDvH4ePawpPy1hTOB2V9vGpsoW5aCNErsL06N+LjHV/a17vYOpf6Qvgp14jU2P7yhP6XvPVy5xgWDXNW38YN+Rdy9qevLtIcUa28mfGgta8md7gPWdQaeBRKXmD+XvCTBZYY3iuhgcwAOjeRLuDsIYDIRFWgp8iaUcCADCUV9j65gDgdjLvT5+PndKGjLNw9L98zu/BQ3ebP/WOy8afZvSuw4prrDy7yoSXU5V48+5rfLXps3puD4A2Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=x9CSdrm0XWxyNa/I/YxM0i0PgBKHZ9rUu6B2JVH09NQvs6NUPo/GqGkcNiIhbxYTYW2c8Z+FMoQS1GqDbvXGZP4gv6dwarZgYYtULFQXn6d7uhojFPNR23QE+ieJv5YN2T1fHWzKd18j8N7Y3oHLVXkTBJAxd/7Zinaw71poEtt8fE8NSsAPYlGltI/CNUdtI91rxLjPttAVabQ8/lEbL7rr7PFxZb0XY86TBytWADrgLda/b/zscYLUcMQqE/nCcR9wFJjZLqro+t3kqulED4OQX/BIshYWf05CUiQxMhaZD2v/2pUIydLC4ulvC+u/k4D5DFk3mzgLrunCijDWLQ==
  • 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>
  • Msip_labels:
  • Thread-index: AQHcJ7p1XSw+ROoEp0qzuwdWCD72Tg==
  • Thread-topic: Pedestrian simulation

Dear SUMO community,

I am trying to realize a pedestrian simulation without vehicles. 
I am generating trips with randomtrips. I have some weight files for the likeliness of every edge to be origin or destination of a trip. 

Type of command : python "%SUMO_HOME%\tools\randomTrips.py" -n ciutat_vel.net.xml -p 10 --weights-prefix cv -o pedestrians.trips.xml -b 7:0:0 -e 9:59:59 --pedestrians --persontrip.walk-opposite-factor 0.8 --max-distance 4000 --random --prefix p --validate --vehicle-class pedestrian

My pedestrians go for the shortest path, regardless the "walkability" of the edges. 

I would like to interfere on the likeliness of an edge to be chosen for being more pedestrian friendly. 
I have tried with via, and --intermediate, but the result is not totally satisfactory.

Is it possible to change/ponderate the weight of everyedge edge for its walkability? A kind of walkfactor for edge?

I have understood that the routing options on the config file like,
    <routing>
        <weights.priority-factor value="10"/>
    </routing>
do not work with pedestrians. Am I right?

Do you have an idea to adress this topic?

Regards,

Pierre Enguialle




Back to the top