Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Parallel Vehicles
  • From: Jordan Poots <jordan.poots@xxxxxxxxxxx>
  • Date: Mon, 9 Jan 2023 20:26:39 +0000
  • Accept-language: en-GB, 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=SicTMcl2DWRvO7TVe912aVmZAABGJYXgFwk4LbpBdEk=; b=QnI4Z2EnJFxMaeG33l1bHEDUEPk1d138s8D2iABYBtcT51psq3CBp3Ee0pjjUPrc6UtOkoSWenvJsXc0/ueh95A//h6BYJyvJajpK4Jq12skuLbZ1eE9RywizTyJcs9V5EX33tUqnLk3GzYZs0esvxxFX8FtVW2I6bjcNgcKZQqqzZQcVo1K9aCRzy4BsGGVOsmjvt4WZq+WclC+yy0hfcSx2IOli9t7fvJE+ziDQxTtD8DeV3o9sPGM6J7JW3zuM6sMDWsNCICdZEYGKX8SgCLgvnJVuGnHKKdd5RPQ2N2bAmIamUanDxbjgKmuLHqWTbKPdpx+6ZnuVvhUF+w7rw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Rb2DzJ1zY+KmmB7F7DrWX+f3IB5+zNYtO5SH4WWC3wmSuyZIgUOD7ytgaOCktiMjHR4Hn+gpXWegMEfRWgZV6JYvtzztihjdMVcyE8zN3YpEEqob2xgBORiuKOyqFmWL96hEr3Dr9DWTdzBHCl3urDTeWBOTvzSrFr2wFGYID67G8p5OLAcRYspXaTUQkEuXfK/fl5wngN9D/XDfXqfqeFnmdManf7DeDe7BwgXCkroyIRWz28JFM0b894Af0+Ki4LQPOY6sxDulUoZIDfDhMg41mEVy50vOx2h6csZTN9Q+F6g9peMpnjN+YY3x238kwQbqWqmAlzHQk2ESvf1Deg==
  • 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: AQHZJGXRH67k058mv0WfxS+D20VrjQ==
  • Thread-topic: Parallel Vehicles

Hi,

I am looking to see if there are any vehicles exactly parallel to me in an adjacent lane. Currently I am using a for loop over ids in the edge and comparing positions with the vehicle in question.

Is there a better way of doing this?

Thanks,

Jordan

Back to the top