Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] TAZ for pedestrian routing
  • From: <Maria.Armellini@xxxxxx>
  • Date: Sun, 26 Jul 2020 22:16:23 +0000
  • Accept-language: de-DE, en-US
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • Ironport-phdr: 9a23:y3GNMRC1UX8vXqJo9ueJUyQJP3N1i/DPJgcQr6AfoPdwSPTzpsbcNUDSrc9gkEXOFd2Cra4d1ayL4+u4BiQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTagYL5+NhW7oAbeusUKg4ZpN7o8xAbOrnZUYepd2HlmJUiUnxby58ew+IBs/iFNsP8/9MBOTLv3cb0gQbNXEDopPWY15Nb2tRbYVguA+mEcUmQNnRVWBQXO8Qz3UY3wsiv+sep9xTWaMMjrRr06RTiu86FmQwLuhSwaNTA27XvXh9RwgqxFvRyhuxJxzY3aYI6XNfpxYqzScMgASmZdXMZcTTBNDp++YoYJEuEPPfxYr474p1YWqhawAhOjBPnuyjBSnHP7wbc60+E/HgHC2AwgHtQOsHXPodroMKcSS/q5w7TWwjjaaf5dxDjy5pTSfB87vfGMQax/cdDXyUQ3Fw7Jk0udpI3mMj6R1OkArmqW4eVuWOyglmIqrxx9ryagyMoyhIfEiJ4Zx1DE+yhkwIg4Kt61RVNmbNCrEZZcqyeXPJZ4TMMlRmFnoic6yrsetJ60fSgK1JQnxwPEZPCdb4eI5RfjWP6MLjd8nnJpYq+wiAi0/EO9yeP8TtG53EtWoiZfj9XBtX8A2wbO5sWJSfZx5Fmt1DmX2wzO6OxIP1o4mbTGJ5I737I9lJsevV7eEiLwhU74lrWZdl8+9eit8+nnZ7LmqYKCOIJskQH+N7gumtS4AeQlLggCR2ib9vq41L3k5UD3TrNEgPM5nKfZsJ7UIscVqKmjDQNL3Yst5BewAim83NQZm3kHMEhFdwidg4f0P1HOOur0AuqhjFi0kTdrwe7JPqH5D5nQMnTPiqrtcLVy5kJG1QY+w9NS64hKBrwOOP7zX1X+tN3cDh83KQy0xOPnBc162IwEQ2KPA7WWPLnOvF+S4+IgPe2MZIsUuDb7Kvgo/OPhjXsjmVMHYKamw4MbaGqkEfR+P0WZfX3sj88aEWcXuwo+S/XmiECZUTFNfXa/RLwz6S0/CIKnFYfDXZ6ijKaG3CehEZ0FLlxBXwSXDHLvMpifVu0kZSmWI9d6n3oDT7f3GKE70hT74Crz0btuaMPO/yAcsZPl1fB54/eVmRxkpm88NNiUz2zYFzI8pWgPXTJjhK0=
  • Ironport-sdr: 10wzHSkIbvCBt0fHE8jUNWyw97sd72OjkC1/4y9+/Oi62IXeIr1RZw5zCKdlG8rgh8T3qtd/SH 1swWiVX0ahIA==
  • 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: AQHWYc0hVn9pQbR3kUWB1FrtmvIvEqkabFXw
  • Thread-topic: [sumo-user] TAZ for pedestrian routing

Hi Jian,

 

which version of sumo do you have?

There were some problems with the Taz definitions for person trips, but the issue was solved on May 28th (see https://github.com/eclipse/sumo/issues/7092).

Please try downloading the latest sumo version and check if the issue persists. You can get the last version from the GitHub repository https://github.com/eclipse/sumo/ or from the Nightly Snapshots https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version.

 

Regards,

Giuliana

 

From: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] On Behalf Of Jian Yang
Sent: Freitag, 24. Juli 2020 17:14
To: sumo-user@xxxxxxxxxxx
Subject: [sumo-user] TAZ for pedestrian routing

 

Hi sumo users,

 

I've recently come across the problem of using duarouter on pedestrian trips.

In my trip file, if I use "from=xxx to=xxx" (xxx represents edge id) for the src and sink definition, the duarouter will successfully generate the .rou.xml file. 

 

    <vType id="ped_pedestrian" vClass="pedestrian"/>
    <person id="ped0" depart="0.00" type="ped_pedestrian">
        <walk from="152169580" to="721202194"/> 
    </person>

 

But if I use fromTaz/toTaz format (the taz has been defined in additional file, and one taz contains multiple valid edges that allow pedestrian), the duarouter will run into "Segmentation Fault"

 

    <vType id="ped_pedestrian" vClass="pedestrian"/>
    <person id="ped0" depart="0.00" type="ped_pedestrian">
        <personTrip fromTaz="sdh" toTaz="dbt"/>
    </person>

 

The duarouter works fine with vehicle trips on Taz definition. Does anyone know a way to applying taz-based routing to pedestrians?

 

Thanks,

Jian


Back to the top