File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -219,13 +219,13 @@ Possible values are "flat" or "structured".
219
219
| ` sensor_view.global_ground_truth.moving_object.id ` | required |
220
220
| ` sensor_view.global_ground_truth.moving_object.base.position ` | required |
221
221
| ` 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 |
223
223
| ` sensor_view.global_ground_truth.moving_object.base.velocity ` | required |
224
224
| ` sensor_view.global_ground_truth.moving_object.base.dimension ` | required |
225
225
| ` sensor_view.global_ground_truth.moving_object.type ` | required |
226
226
| ` sensor_view.global_ground_truth.moving_object.vehicle_classification.type ` | required |
227
227
| ` 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 |
229
229
230
230
### Output: Fields in OSI3::SensorData Filled by the Sensor Model
231
231
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ BaseMoving:
70
70
- is_set :
71
71
acceleration :
72
72
orientation_rate :
73
- - is_set :
74
73
orientation_acceleration :
75
74
base_polygon :
76
75
bounding_box_section :
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ MovingObject:
61
61
- is_set :
62
62
bbcenter_to_front :
63
63
ground_clearance :
64
- - is_set :
65
64
wheel_data :
66
65
steering_wheel_angle :
67
66
WheelData :
You can’t perform that action at this time.
0 commit comments