Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-dev] make SUMO work with external pedestrian simulator
  • From: Melhem Tawk <melhem.tawk@xxxxxxx>
  • Date: Thu, 4 Nov 2021 21:35:43 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cae.com; dmarc=pass action=none header.from=cae.com; dkim=pass header.d=cae.com; 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=6XTSt/uyzjKwORwnGmTwQwK1/itnO9HkW7lEo7AJ4RM=; b=K52kFLBSPPxPM+ImdZHV4MfuMRIUV1oiLPEEtjD25j3PeU3iw2UEOLtxABCFMhSDYB232XXyQsGPQ2urwW53kms5x+W/dRk7hmS3lgyrUmI0JXLGyqpadjz4csRz0YOIMGUDEXQlMu2Zgg0oG2HtQUMZSQV7BBWUq2x0a1/dz9VtOLE7Sz7zXAjyAd0fzgN1JeCJ78hy4EqwH4AEYk82IF5C4S5yLnyyHu/+NjywuskWeSYxb1rbtwsid0Y6lv1RTYHDIAP1qOqNiAQrhtEFvvCKgfQaM1H80NZ1RyTQEkYwSkqUi9iLkF/zsXtk7AInwWKgZUh6wlqMg+G2WYgbpQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VPva973LVHAmPpKMq2Oqc3eONN1wZuBZg03Nc8AEuqF56gaqUtM8Sjngtp+BJqtA1OUJ1ZUF6HbpBDKkMKJHWJASvdphsIy/Ldw86qsrDyyF8pPoDvBHZWukI5Icau0nIWjOvNNVniPKWZ1inN7w1MDqhXY1W1+BGWQeWplm66o3KdeqTTzpgIMz7RKD/z3Hnw354WPbjv/vPDSoC+G52DpAWKb3KYEW3eYJKMqkknmcYeGGDIXENaZxkB9p3/RT/AeUik+XJPFISa8QF1b/U2gLtFAo4Yr6yDDIj0KyCwf0UWSUxEanzJ9IF/mSNxG4wXyqb/u2a5/QIRCRCmPyHQ==
  • Delivered-to: sumo-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-dev/>
  • List-help: <mailto:sumo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-dev>, <mailto:sumo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-dev>, <mailto:sumo-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdfEIHUQTNud4bS1RWeurkGtzQtzeQAA5D6AA2fz8EA=
  • Thread-topic: [sumo-dev] make SUMO work with external pedestrian simulator

 

Thank you Jackob.

 

You answer was very helpful.

 

Regards

 

Mell

From: sumo-dev <sumo-dev-bounces@xxxxxxxxxxx> On Behalf Of Jakob Erdmann
Sent: Monday, October 18, 2021 9:28 AM
To: sumo developer discussions <sumo-dev@xxxxxxxxxxx>
Subject: Re: [sumo-dev] make SUMO work with external pedestrian simulator

 

Hello,

- the easiest way to couple with a pedestrian simulator is to remote-control each person using the traci function person.moveToXY (after adding it with person.add and person.appendWalkingStage)

- if your original network data (probably OSM) does not contain sidewalk information, there are various ways to add sidwalks. See https://sumo.dlr.de/docs/Simulation/Pedestrians.html#building_a_network_for_pedestrian_simulation

- you can obtain permission data using traci.lane.getAllowed

 

regards,

Jakob

 

 

Am Mo., 18. Okt. 2021 um 15:05 Uhr schrieb Melhem Tawk <melhem.tawk@xxxxxxx>:

Hello Gentlemen,

 

I would like to give me a hand about how to make sumo work with external pedestrian simulator.

 

Additionally while adding external pedestrians Sumo refuses that ones because no sidewalk found on the corresponding edge. While on gool Map there is one.

 

Using libtraci How we can get the permission of a lane ?

 

Please advice,

 

Regards,

 

Mell

 

From: Michael Behrisch <notifications@xxxxxxxxxx>
Sent: Monday, October 18, 2021 8:37 AM
To: eclipse/sumo <sumo@xxxxxxxxxxxxxxxxxx>
Cc: Melhem Tawk <melhem.tawk@xxxxxxx>; Comment <comment@xxxxxxxxxxxxxxxxxx>
Subject: Re: [eclipse/sumo] make SUMO work with external pedestrian simulator (trac #3166) (#3166)

 

ATTENTION : Ce courriel provient de l’extérieur de l’organisation. Ne cliquez pas sur les liens ni sur les pièces jointes à moins que vous reconnaissiez l’expéditeur et que vous sachiez que le contenu est sûr.
CAUTION : This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

You can ask here or on the mailing list, see https://www.eclipse.org/sumo/contact/


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

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


Back to the top