Skip to content

Commit

Permalink
Fixed spelling of SemanticLidar sensors in test config file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Aug 9, 2023
1 parent d4a370f commit cd85158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v2i-hub/CDASimAdapter/test/sensors.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"sensorId": "SomeID",
"type": "SematicLidar",
"type": "SemanticLidar",
"location": {
"x": 0.0,
"y": 0.0,
Expand All @@ -15,7 +15,7 @@
},
{
"sensorId": "SomeID2",
"type": "SematicLidar",
"type": "SemanticLidar",
"location": {
"x": 1.0,
"y": 2.0,
Expand Down

0 comments on commit cd85158

Please sign in to comment.