Skip to content

Commit

Permalink
add comments to python script
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Jul 27, 2023
1 parent 0db0b59 commit fa44458
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/v2i-hub/CDASimAdapter/test/sensors.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"z": 0.0
},
"orientation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
"yaw": 0.0,
"pitch": 0.0,
"roll": 0.0
}
},
{
"sensorId": "SomeID2",
"type": "LIDAR",
"type": "SematicLidar",
"location": {
"x": 1.0,
"y": 2.0,
"z": 0.0
},
"orientation": {
"x": 23.0,
"y": 0.0,
"z": 0.0
"yaw": 23.0,
"pitch": 0.0,
"roll": 0.0
}
}
]

0 comments on commit fa44458

Please sign in to comment.