Skip to content

Commit

Permalink
fixed camera positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi committed Sep 17, 2023
1 parent 48ee136 commit c1bc585
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"type": "sensor.camera.rgb",
"id": "rgb_front",
"spawn_point": {"x": 1.5, "y": 0.0, "z": 2.4, "roll": 0.0, "pitch": 0.0, "yaw": 0.0},
"spawn_point": {"x": 1.5, "y": 0.0, "z": 2.4, "roll": 0.0, "pitch": 15.0, "yaw": 0.0},
"image_size_x": 288,
"image_size_y": 200,
"fov": 90.0
Expand Down Expand Up @@ -84,7 +84,7 @@
{
"type": "sensor.camera.semantic_segmentation",
"id": "semantic_segmentation_front",
"spawn_point": {"x": 1.5, "y": 0.0, "z": 2.4, "roll": 0.0, "pitch": 0.0, "yaw": 0.0},
"spawn_point": {"x": 1.5, "y": 0.0, "z": 2.4, "roll": 0.0, "pitch": 15.0, "yaw": 0.0},
"fov": 90.0,
"image_size_x": 288,
"image_size_y": 200
Expand Down Expand Up @@ -129,7 +129,7 @@
{
"type": "sensor.other.collision",
"id": "collision",
"spawn_point": {"x": 0.0, "y": 0.0, "z": 0.0}
"spawn_point": {"x": 2.5, "y": 0.0, "z": 0.7}
},
{
"type": "sensor.other.lane_invasion",
Expand Down

0 comments on commit c1bc585

Please sign in to comment.