Skip to content
Snippets Groups Projects

Adjust project version in CMakeLists.txt

Merged Noah Schick requested to merge nschick/osi-query-library-dev:v1.1.x into v1.1.x
22 files
+ 387
107
Compare changes
  • Side-by-side
  • Inline
Files
22
..
..
*******************************************************************************
*******************************************************************************
Copyright (c) 2022-2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
Copyright (c) 2022-2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
This program and the accompanying materials are made available under the
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
terms of the Eclipse Public License 2.0 which is available at
@@ -13,3 +13,5 @@ Vicinity queries with osiql::Stream
@@ -13,3 +13,5 @@ Vicinity queries with osiql::Stream
===================================
===================================
Streams can be constructed on-demand from a starting local point and are used to perform vicinity queries. A ``osiql::Stream`` is a tree traversing a local origin point's connected lanes or roads up to a certain distance. A stream can also look back peripherally into lanes merging into it. Once created, a stream can be searched either road-wide or lane-wide, which excludes any lane changes and any findings are returned with a distance from the starting point of the stream.
Streams can be constructed on-demand from a starting local point and are used to perform vicinity queries. A ``osiql::Stream`` is a tree traversing a local origin point's connected lanes or roads up to a certain distance. A stream can also look back peripherally into lanes merging into it. Once created, a stream can be searched either road-wide or lane-wide, which excludes any lane changes and any findings are returned with a distance from the starting point of the stream.
 
 
Streams will be heavily expanded upon and replaced with Nodes in osiql 1.2.0.
Loading