Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add terms and definitions #25

Merged
merged 15 commits into from
Jul 16, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 82 additions & 3 deletions content/terms_and_definitions/terms_and_definitions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,86 @@ ifndef::include-only-once[]
include::{root-path}_config.adoc[]
endif::[]

TODO: Add terms and definitions
3D Asset::
A 3D model. containing the 3D geometry, combined with assigned material properties and specific meta data.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Static road network::
Collection of connected roads enriched by static objects that do not change during runtime of a simulation.
3D Model::
A (mathematical) geometrical, coordinate-based representation of the surface of an object.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved
This excludes physical material properties. For a combination of 3D geometry and physical material properties, see 3D Asset.

3D Environment::
A 3D representation of the surrounding of a simulated sensor.
The 3D environment can consist of multiple 3D assets.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Co-Simulation::
Simulating multiple independent models connected with interfaces.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved
A co-simulation platform handles the timing and data transfer between the individual models
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Ground truth::
True static and dynamic states of all objects as defined by content creator or observed by omniscient observer (e.g. simulation platform).
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Material::
A collection of material properties belonging to one entity.

Material assignment::
A mapping of material IDs to parts of 3D models.
The material IDs are unique a point to a set of material properties in separate material files.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Material classification::
Standardized classification scheme that sorts materials into classes and groups of classes, for example, based on their physical properties.

Material Parameter File::
A file in json format containing defined material properties according to the OpenMATERIAL standard.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Material property::
Intensive physical or chemical properties of a material
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

* Notes: Open Point: What about geometric properties, i.e. roughness, thickness?

Multispectral/hyperspectral::
A wide range of wavelengths.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Normals (face, vertex normals)::
A vector that is perpendicular to a given object, surface, vertex or geometrical primitive.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Object::
An entity to which an object ID can be assigned.
It comprises discrete meshes and defined 3D boundaries.

ACMackenthun marked this conversation as resolved.
Show resolved Hide resolved
Object Part / Subtype::
(To be defined)
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

* Notes: What is an object and what is an object part?

Object Type::
Class of objects with common properties
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Perception::
The process of detecting objects and generating situational awareness of the surrounding of an automated system using perception sensors.
"Machine perception is to reliably detect all the other road users relevant to the operation of the automated driving, and to assign them correctly to the traffic infrastructure."

ACMackenthun marked this conversation as resolved.
Show resolved Hide resolved
* Source: Klaus Dietmayer, Predicting of Machine Perception for Automated Driving, 2016

Physical (as in physical parameter)::
A physical property is any property of a physical system that is measurable.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

* Source: Mark, Burgin (2016-10-27). Theory Of Knowledge: Structures And Processes

Post (Rendering) Effects::
Rendering techniques to improve fidelity while maintaining performance, that are typically non-physical (or in other words fake)
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Scenario::
A description of the behavior or temporal evolution of physical objects and environmental conditions on the driving infrastructure over an interval of time, including the movement of traffic participants or the change of environmental conditions.

* Source: ASAM OpenSCENARIO v1.3.0 standard, 2024

Signal (Energy) Propagation::
"During signal [or energy] propagation, the signal travels through the environment and possibly interacts with objects and particles."
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

* Source: Linnhoff et al., Towards Serious Perception Sensor Simulation for Safety Validation of Automated Driving - A Collaborative Method to Specify Sensor Models, 2021

Simulation Platform::
Application orchestrating and running the simulation. The can be an all-in-one solution including the generation of the 3D environment or a co-simulation platform orchestrating a co-simulation of multiple sensor, models, vehicle dynamics models etc.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved

Validation::
Comparing simulated data to measured data and quantifying the differences.
ClemensLinnhoff marked this conversation as resolved.
Show resolved Hide resolved