AI Habitat · Example Payload

Ai Habitat Sensor Spec Example

Artificial IntelligenceSimulationEmbodied AIRoboticsComputer VisionReinforcement LearningMachine LearningOpen SourceResearch

Ai Habitat Sensor Spec Example is an example object payload from AI Habitat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

uuidsensor_typeresolutionpositionorientationhfov

Example Payload

ai-habitat-sensor-spec-example.json Raw ↑
{
  "uuid": "rgb",
  "sensor_type": "COLOR",
  "resolution": [
    256,
    256
  ],
  "position": [],
  "orientation": [],
  "hfov": 90
}