Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SensorIS (Unknown User (gururaja.n) )

Sensoris has data elements grouped into categories.  Any number of categories can be created based on the requirement.

Data Message Content

Data messages contain vehicle sensor data. Data messages communicated from one vehicle of a vehicle fleet to its vehicle cloud contain sensor data from the one vehicle

...

SensorIS (Unknown User (gururaja.n) )

Sensoris has data elements grouped into categories.  Any number of categories can be created based on the requirement. In In the first public version 1.0.0 of the Sensoris Specification the following categories are defined. Localization category, Object detection category,Weather category,Driving behavior category, Intersection attribution category, Road attribution category, Traffic regulation category, Traffic events category,Traffic maneuver category, Brake category, Powertrain category, Map category In the next level sub elements are added e.g. Weather category has Precipitation and Localization category has Vehicle position and rotation, Vehicle odometry, Vehicle speed, Vehicle acceleration,Vehicle rotation rate.

Category envelope is the mandatory first field of each category. It follows the google.protobuf.Any format with type_url and value in bytes

 

Category envelope is the mandatory first field of each category. It follows the google.protobuf.Any format with type_url and value in bytes

FieldTypeDescription
envelopeEventGroup.EnvelopeEnvelope.
localization_categorysensoris.protobuf.categories.localization.LocalizationCategoryLocalization category.
object_detection_categorysensoris.protobuf.categories.objectdetection.ObjectDetectionCategoryObject detection category.
weather_categorysensoris.protobuf.categories.weather.WeatherCategoryWeather category.
driving_behavior_categorysensoris.protobuf.categories.drivingbehavior.DrivingBehaviorCategoryDriving behavior category.
intersection_attribution_categorysensoris.protobuf.categories.intersectionattribution.IntersectionAttributionCategoryIntersection attribution category.
road_attribution
FieldTypeDescriptionenvelopeEventGroup.EnvelopeEnvelope.localization
_categorysensoris.protobuf.categories.
localization
roadattribution.
LocalizationCategory
RoadAttributionCategory
Localization
Road attribution category.
object
traffic_
detection
regulation_categorysensoris.protobuf.categories.
objectdetection
trafficregulation.
ObjectDetectionCategory
TrafficRegulationCategory
Object detection
Traffic regulation category.
weather
traffic_events_categorysensoris.protobuf.categories.
weather
trafficevents.
WeatherCategory
TrafficEventsCategory
Weather
Traffic events category.
driving
traffic_
behavior
maneuver_categorysensoris.protobuf.categories.
drivingbehavior
trafficmaneuver.
DrivingBehaviorCategory
TrafficManeuverCategory
Driving behavior
Traffic maneuver category.
intersection_attribution
brake_categorysensoris.protobuf.categories.
intersectionattribution
brake.
IntersectionAttributionCategory
BrakeCategory
Intersection attribution
Brake category.
road_attribution
powertrain_categorysensoris.protobuf.categories.
roadattribution
powertrain.
RoadAttributionCategory
PowertrainCategory
Road attribution
Powertrain category.
traffic
map_
regulation_
categorysensoris.protobuf.categories.
trafficregulation
map.
TrafficRegulationCategory
MapCategory
Traffic regulation
Map category.

e.g. Localization category has,

FieldTypeDescription
envelopetraffic_events_categorysensoris.protobuf.categoriestypes.trafficeventsbase.TrafficEventsCategoryCategoryEnvelopeTraffic events categoryEnvelope.
trafficvehicle_position_maneuver_categorysensoris.protobuf.categories.trafficmaneuver.TrafficManeuverCategoryTraffic maneuver category.
brake_categorysensoris.protobuf.categories.brake.BrakeCategoryBrake category.
powertrain_categorysensoris.protobuf.categories.powertrain.PowertrainCategoryPowertrain category.
and_orientationrepeated VehiclePositionAndOrientationVehicle position and rotation.
vehicle_odometryrepeated VehicleOdometryVehicle odometry.
vehicle_speedrepeated VehicleSpeedVehicle speed.
vehicle_accelerationrepeated VehicleAccelerationVehicle acceleration.
vehicle_rotation_raterepeated VehicleRotationRateVehicle rotation ratemap_categorysensoris.protobuf.categories.map.MapCategoryMap category.

Extended Vehicle (ExVe) ISO standard Unknown User (kevinval)

...