Skip to content

Commit

Permalink
remove camera pose changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Jun 5, 2024
1 parent 2c7edc6 commit a129d93
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rendering/RenderUtil.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1334,10 +1334,6 @@ void RenderUtil::Update()
{
sensorPose = dataSdf.RawPose();
}
if (dataSdf.CameraSensor())
{
sensorPose = sensorPose * dataSdf.CameraSensor()->RawPose();
}
sensorNode->SetLocalPose(sensorPose);
}
}
Expand Down

0 comments on commit a129d93

Please sign in to comment.