Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] sumolib: Can we find the nearest exit edge?
  • From: "Padisala, Shanthan Kumar" <padisala.1@xxxxxxxxxxxxxxxxxxx>
  • Date: Mon, 20 Jul 2020 04:27:34 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=buckeyemail.osu.edu; dmarc=pass action=none header.from=buckeyemail.osu.edu; dkim=pass header.d=buckeyemail.osu.edu; 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-SenderADCheck; bh=szp/tSA/If56qF7GVnBchUSu8jUrEGO6ZTEkJnLwE9c=; b=iOUfTMYugmO//fLD6jCSR3zGbMgwmoYgX7Kd/NONvr+BO8cAB//T78FIx/68YzGZbxZ42gKPkjdVZ2E9PTIlt0X8CiOE0i0YRnKZFOF9LYWqj4bZbC39crMr41OMWZq79E+X8M6Fl74kzo5dABYMrql9gUarSk0tkQBClZqvqVCqd4CSPKL4wLD2CIUnIC1jekMVmbBMDYz4u+VYQ2NZirzLCwnvPPT9MWMd23rjLohDgn8XEQCZOq/P70pHJSlbo1srkLxDQfmAj6J8iUP9b2RYULQZThYvfCVzkWWMLhHvV4LSCpBRHpZCLWH2q5+Gva15Gwv3Ap1EonrAaalHjQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Uq+r3dU+N+T9DRS+q4ILp4KUlX7M2ci/a+biJWToT3pndFhmSvPKlc54HSI7StJYwlWjc2X3PWdeeAtN2p7/BQiNb9rjoxeZ4Gkxl5bgUOol7HQDebHMKlknuIzjUWQS2EjxSvuL4Gw7a0b3Omoeevsz2SoqVdgs3hWi9HHlv3r18qzK/Z84w44z5dNOOL1HYgTpYFDkiL3gTVFRacszNMTv/rvBcieSxhJG7FXUhTYVpOV5Qgttv+AIoA/EoFTwXcwkVK0/0opPB8zR2qS+jWFrgo4n+OvlHZsTSsg87aAt4D7i+71VkWZp2IBgX+54r5u1EAyhtYf+IKmp3CO2wQ==
  • 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: AQHWXk0f7bjHOeaU9UaY1riaS6d1AQ==
  • Thread-topic: sumolib: Can we find the nearest exit edge?

Hello everyone,

I am trying to reroute a vehicle network dynamically and I am planning to make a vehicle to exit the network after a certain waiting time - by rerouting it to the nearest exit edge. I came across sumolib library that looks to have promising functions to help me out to solve my problem. 

I would like to know if there is any way to find the nearest exit edge, given x and y coordinates of that vehicle. 

Thank you,
PSK

Back to the top