|
1 | 1 | = Sensor view configuration |
2 | 2 |
|
3 | | -The sensor view is flexibly defined to provide different kinds of sensor models with appropriate input. |
| 3 | +The sensor view is flexibly defined to provide different kinds of sensor models with an appropriate input. |
4 | 4 | The sensor view configuration defines the configuration of a particular sensor view. |
5 | 5 |
|
6 | 6 | The sensor-view-configuration message is used in the initialization phase of a simulation to negotiate the sensor view configuration for a particular sensor view input. |
7 | 7 | It is also included as a sub-message in sensor view messages to indicate that the sensor view configuration is valid for a particular sensor view message. |
8 | 8 |
|
9 | 9 | Sensor-view-configuration data has two main applications: |
10 | 10 |
|
11 | | -- It enables the environment simulation to provide the necessary input to a sensor model. |
12 | | -- It enables a sensor model to check whether the input matches its requirements. |
| 11 | +- Enable the environment simulation to provide the necessary input to a sensor model. |
| 12 | +- Enable a sensor model to check whether the input matches its requirements. |
13 | 13 | If the input does not match the requirements, the sensor model may terminate the simulation. |
14 | 14 |
|
15 | | -NOTE: Sensor-view-configuration data is intended for the automatic configuration of the sensor view interface between environment simulation and sensor model. |
16 | | -The data is not intended as a mechanism to parametrize a generic sensor model. |
| 15 | +NOTE: Sensor-view-configuration data is intended for the automatic configuration of the sensor view interface between an environment simulation and sensor model. |
| 16 | +The data is not intended to be a mechanism for parametrizing a generic sensor model. |
17 | 17 |
|
18 | 18 | During the initialization phase, there are two sources for sensor-view-configuration data: |
19 | 19 |
|
20 | | -1. Sensor-view-configuration data may be provided by the sensor model to the environment simulation. |
| 20 | +1. Sensor-view configuration data may be provided by the sensor model to the environment simulation. |
21 | 21 | In this case, the data describes the input configuration that is requested by the sensor model. |
22 | | -If no such data is provided by the sensor model, then the environment simulation will fall back to manual configuration of the sensor view. |
| 22 | +If the sensor model does not provide such data, then the environment simulation will fall back to manual configuration of the sensor view. |
23 | 23 |
|
24 | | -2. Sensor-view-configuration data may be provided by the environment simulation. |
| 24 | +2. Sensor-view configuration data may be provided by the environment simulation. |
25 | 25 | In response to the request by the sensor model, or based on manual configuration, the environment simulation configures the input and provides a new message that describes the actual configuration. |
26 | 26 |
|
27 | 27 | The configuration requested by the sensor model may differ from the configuration provided by the environment simulation. |
|
0 commit comments