Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] getLeader error
  • From: Jordan Poots <jordan.poots@xxxxxxxxxxx>
  • Date: Wed, 22 Feb 2023 18:04:18 +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=v1HU7cnHaqPQ6UDJvoMuw0mD2dCYx+ci8bKvJ/Rf+ZI=; b=hlozLg6IId0N0hngc18nMNimuI7g0BfLokuyl31F73svMdHMZh6NB6N1KuXlau1hWqC9zMIGi8aRRWo2wnq6NAblxL92+PRjOHCCUuzWCsj89qHF83wOKVc/aVl0JWzsa+Y4orSBlvQIgAhrvGSopXI1ddaUUxIQkL2b1W7fF3FtrHtx3TG4MIOmwa8DRnIHlHpdNx41SsxuFtpP4ho+RXJkUZgTVYCjhCUFV1BdJtmr6F5airC14x18lSBX8BpJeA2pd5Al40f7DpVp84pc1rbjOpgh5YMG0d0xwT7VXZIrQgoqFONiqKAR8NSFjIJyw2TMDJ7hFp7cWjxNtTspng==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Kt9TtZDhCNeoi8pwd6wGXjTXo8LDShQCLKnn3j/yl6MBHB8ZYdKIZ3aWUd6pKJogwazbEMJDjtVfzd0Ict9B7DzbCMIcJQtGs79lz3NSnaPPWZB9+PJGLwRUogj0nYKuDuBtwYx0QypwGWp4eHK8TIxlihBeM/CmP4l18shKXW4qNBDAZHlRU+3vstLS5QXp4kmtGoX6T2RxIS35kAnmyoorPkQAJG0QsWzO9oAGNdtPxXuFfQkmou/aFcVZATHYjSYcEzku6LWS43QMflJ4bXvyM9nZcj3yQLjZOJNuTxb7bV5FZNyzK1yKpD8LoP8fxgcIBYzxjWf/myv0nDbxGA==
  • 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: AQHZRudQBq/9jqT9XkGyOUIX2awhCA==
  • Thread-topic: getLeader error

Hi,

I am trying to use the get leader function and it appears to only be show vehicles on the current edge. Is this expected behaviour?

The route of the white vehicle is set to go onto the following edge and the vehicles' best lanes look something like this:
(('merging_0', 246.07, 37.5, 0, True, ('merging_0', 'outgoing_0')), ('merging_1', 246.07, 37.5, 0, True, ('merging_1', 'outgoing_0')), ('merging_2', 246.07, 0.0, 0, True, ('merging_2', 'outgoing_1')))

Where the current edge is merging and the following one is outgoing.

A leading vehicle in position A (on merging) would be picked up but not in position B (on outgoing).

Kind regards,

Jordan

Attachment: image.PNG
Description: image.PNG


Back to the top