Skip to content

Commit 7dbd365

Browse files
Remove optional parameters
Signed-off-by: ClemensLinnhoff <Clemens.Linnhoff@partner.bmw.de>
1 parent 7fefad8 commit 7dbd365

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,13 @@ Possible values are "flat" or "structured".
219219
| `sensor_view.global_ground_truth.moving_object.id` | required |
220220
| `sensor_view.global_ground_truth.moving_object.base.position` | required |
221221
| `sensor_view.global_ground_truth.moving_object.base.orientation` | required |
222-
| `sensor_view.global_ground_truth.moving_object.base.orientation_rate` | required |
222+
| `sensor_view.global_ground_truth.moving_object.base.orientation_rate` | optional |
223223
| `sensor_view.global_ground_truth.moving_object.base.velocity` | required |
224224
| `sensor_view.global_ground_truth.moving_object.base.dimension` | required |
225225
| `sensor_view.global_ground_truth.moving_object.type` | required |
226226
| `sensor_view.global_ground_truth.moving_object.vehicle_classification.type` | required |
227227
| `sensor_view.global_ground_truth.moving_object.vehicle_attributes.bbcenter_to_rear` | required |
228-
| `sensor_view.global_ground_truth.moving_object.vehicle_attributes.ground_clearance` | required |
228+
| `sensor_view.global_ground_truth.moving_object.vehicle_attributes.ground_clearance` | optional |
229229

230230
### Output: Fields in OSI3::SensorData Filled by the Sensor Model
231231

rules/input_rules/osi_common.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ BaseMoving:
7070
- is_set:
7171
acceleration:
7272
orientation_rate:
73-
- is_set:
7473
orientation_acceleration:
7574
base_polygon:
7675
bounding_box_section:

rules/input_rules/osi_object.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ MovingObject:
6161
- is_set:
6262
bbcenter_to_front:
6363
ground_clearance:
64-
- is_set:
6564
wheel_data:
6665
steering_wheel_angle:
6766
WheelData:

0 commit comments

Comments
 (0)