Skip to content

Draft: Add GetLaneInformation method and Lane objects

Etienne Pellan requested to merge add_get_lane_location_method into main

This is the first of several items which will make the spawning mechanism of the OpenSCENARIO engine as independent from the simulation environment as possible, thus ultimately removing the need for ITrafficSwarmService class. In order to deploy the code in the engine, we want to make use of a new GetLaneInformation method in the ILaneLocationQueryService class, which brings additional info needed for the spawning to happen.

Edited by Etienne Pellan

Merge request reports