-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add requirements to readme and add rules accordingly
Signed-off-by: ClemensLinnhoff <[email protected]>
- Loading branch information
1 parent
d60351d
commit 309ff0b
Showing
129 changed files
with
5,841 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
Vector3d: | ||
x: | ||
y: | ||
z: | ||
Vector2d: | ||
x: | ||
y: | ||
Timestamp: | ||
seconds: | ||
- is_greater_than_or_equal_to: 0 | ||
nanos: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than_or_equal_to: 999999999 | ||
Dimension3d: | ||
length: | ||
- is_greater_than_or_equal_to: 0 | ||
width: | ||
- is_greater_than_or_equal_to: 0 | ||
height: | ||
- is_greater_than_or_equal_to: 0 | ||
Orientation3d: | ||
roll: | ||
pitch: | ||
yaw: | ||
Identifier: | ||
value: | ||
- is_greater_than_or_equal_to: 0 | ||
ExternalReference: | ||
reference: | ||
type: | ||
- is_set: | ||
identifier: | ||
MountingPosition: | ||
position: | ||
orientation: | ||
Spherical3d: | ||
distance: | ||
- is_greater_than_or_equal_to: 0 | ||
azimuth: | ||
elevation: | ||
LogicalLaneAssignment: | ||
assigned_lane_id: | ||
- refers_to: LogicalLane | ||
s_position: | ||
t_position: | ||
angle_to_lane: | ||
BoundingBox: | ||
dimension: | ||
position: | ||
orientation: | ||
contained_object_type: | ||
model_reference: | ||
BaseStationary: | ||
dimension: | ||
position: | ||
orientation: | ||
base_polygon: | ||
bounding_box_section: | ||
BaseMoving: | ||
dimension: | ||
- is_set: | ||
position: | ||
- is_set: | ||
orientation: | ||
- is_set: | ||
velocity: | ||
acceleration: | ||
orientation_rate: | ||
orientation_acceleration: | ||
base_polygon: | ||
bounding_box_section: | ||
StatePoint: | ||
timestamp: | ||
position: | ||
orientation: | ||
WavelengthData: | ||
start: | ||
end: | ||
samples_number: | ||
SpatialSignalStrength: | ||
horizontal_angle: | ||
vertical_angle: | ||
signal_strength: | ||
ColorDescription: | ||
grey: | ||
rgb: | ||
rgbir: | ||
hsv: | ||
luv: | ||
cmyk: | ||
ColorGrey: | ||
grey: | ||
ColorRGB: | ||
red: | ||
green: | ||
blue: | ||
ColorRGBIR: | ||
red: | ||
green: | ||
blue: | ||
infrared: | ||
ColorHSV: | ||
hue: | ||
saturation: | ||
value: | ||
ColorLUV: | ||
luminance: | ||
u: | ||
v: | ||
ColorCMYK: | ||
cyan: | ||
magenta: | ||
yellow: | ||
key: | ||
Pedalry: | ||
pedal_position_acceleration: | ||
pedal_position_brake: | ||
pedal_position_clutch: | ||
VehicleSteeringWheel: | ||
angle: | ||
angular_speed: | ||
torque: | ||
GeodeticPosition: | ||
longitude: | ||
latitude: | ||
altitude: | ||
KeyValuePair: | ||
key: | ||
value: | ||
Polygon3d: | ||
vertex: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
SensorDataSeries: | ||
sensor_data: | ||
SensorDataSeriesList: | ||
sensor: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
DetectedLane: | ||
header: | ||
candidate: | ||
CandidateLane: | ||
probability: | ||
- is_less_than_or_equal_to: 1 | ||
- is_greater_than_or_equal_to: 0 | ||
classification: | ||
DetectedLaneBoundary: | ||
header: | ||
candidate: | ||
boundary_line: | ||
boundary_line_rmse: | ||
boundary_line_confidences: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than_or_equal_to: 1 | ||
color_description: | ||
CandidateLaneBoundary: | ||
probability: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than_or_equal_to: 1 | ||
classification: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
DetectedItemHeader: | ||
tracking_id: | ||
- is_set: | ||
ground_truth_id: | ||
existence_probability: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than_or_equal_to: 1 | ||
age: | ||
measurement_state: | ||
sensor_id: | ||
DetectedStationaryObject: | ||
header: | ||
base: | ||
base_rmse: | ||
candidate: | ||
color_description: | ||
radar_specifics: | ||
lidar_specifics: | ||
camera_specifics: | ||
ultrasonic_specifics: | ||
CandidateStationaryObject: | ||
probability: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than_or_equal_to: 1 | ||
classification: | ||
DetectedMovingObject: | ||
header: | ||
base: | ||
base_rmse: | ||
reference_point: | ||
movement_state: | ||
percentage_side_lane_left: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than_or_equal_to: 100 | ||
percentage_side_lane_right: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than_or_equal_to: 100 | ||
candidate: | ||
color_description: | ||
radar_specifics: | ||
lidar_specifics: | ||
camera_specifics: | ||
ultrasonic_specifics: | ||
CandidateMovingObject: | ||
probability: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than_or_equal_to: 1 | ||
type: | ||
vehicle_classification: | ||
- check_if: | ||
- is_equal_to: 2 | ||
target: this.type | ||
do_check: | ||
- is_set: | ||
head_pose: | ||
- check_if: | ||
- is_equal_to: 3 | ||
target: this.type | ||
do_check: | ||
- is_set: | ||
upper_body_pose: | ||
- check_if: | ||
- is_equal_to: 3 | ||
target: this.type | ||
do_check: | ||
- is_set: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
DetectedOccupant: | ||
header: | ||
candidate: | ||
CandidateOccupant: | ||
probability: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than_or_equal_to: 1 | ||
classification: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
DetectedRoadMarking: | ||
header: | ||
base: | ||
base_rmse: | ||
candidate: | ||
color_description: | ||
CandidateRoadMarking: | ||
probability: | ||
- is_less_than_or_equal_to: 1 | ||
- is_greater_than_or_equal_to: 0 | ||
classification: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
DetectedTrafficLight: | ||
header: | ||
base: | ||
base_rmse: | ||
candidate: | ||
color_description: | ||
CandidateTrafficLight: | ||
probability: | ||
- is_less_than_or_equal_to: 1 | ||
- is_greater_than_or_equal_to: 0 | ||
classification: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
DetectedTrafficSign: | ||
header: | ||
main_sign: | ||
supplementary_sign: | ||
DetectedMainSign: | ||
candidate: | ||
base: | ||
base_rmse: | ||
geometry: | ||
CandidateMainSign: | ||
probability: | ||
- is_less_than_or_equal_to: 1 | ||
- is_greater_than_or_equal_to: 0 | ||
classification: | ||
DetectedSupplementarySign: | ||
candidate: | ||
base: | ||
base_rmse: | ||
CandidateSupplementarySign: | ||
probability: | ||
- is_less_than_or_equal_to: 1 | ||
- is_greater_than_or_equal_to: 0 | ||
classification: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
EnvironmentalConditions: | ||
ambient_illumination: | ||
time_of_day: | ||
unix_timestamp: | ||
atmospheric_pressure: | ||
- is_greater_than_or_equal_to: 80000 | ||
- is_less_than_or_equal_to: 120000 | ||
temperature: | ||
- is_greater_than_or_equal_to: 170 | ||
- is_less_than_or_equal_to: 340 | ||
relative_humidity: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than_or_equal_to: 100 | ||
precipitation: | ||
fog: | ||
source_reference: | ||
clouds: | ||
wind: | ||
sun: | ||
TimeOfDay: | ||
seconds_since_midnight: | ||
- is_greater_than_or_equal_to: 0 | ||
- is_less_than: 86400 | ||
CloudLayer: | ||
fractional_cloud_cover: | ||
Wind: | ||
origin_direction: | ||
speed: | ||
- is_greater_than_or_equal_to: 0 | ||
Sun: | ||
azimuth: | ||
elevation: | ||
intensity: | ||
- is_greater_than_or_equal_to: 0 |
Oops, something went wrong.