DistanceSensorFact.json 1.67 KB
Newer Older
1 2 3 4 5 6 7 8
[
{
    "name":             "rotationNone",
    "shortDescription": "Forward",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
9 10 11 12 13 14 15
{
    "name":             "rotationYaw45",
    "shortDescription": "Forward/Right",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
16 17 18 19 20 21 22
{
    "name":             "rotationYaw90",
    "shortDescription": "Right",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
23 24 25 26 27 28 29
{
    "name":             "rotationYaw135",
    "shortDescription": "Rear/Right",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
30 31 32 33 34 35 36
{
    "name":             "rotationYaw180",
    "shortDescription": "Rear",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
37 38 39 40 41 42 43
{
    "name":             "rotationYaw225",
    "shortDescription": "Rear/Left",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
44 45 46 47 48 49
{
    "name":             "rotationYaw270",
    "shortDescription": "Left",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
},
{
    "name":             "rotationYaw315",
    "shortDescription": "Forward/Left",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
{
    "name":             "rotationPitch90",
    "shortDescription": "Up",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
{
    "name":             "rotationPitch270",
    "shortDescription": "Down",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
71 72
}
]