Skip to content

Commit

Permalink
Fixed merge
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Nov 11, 2024
1 parent 4afa0fc commit a471f46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 584 deletions.
5 changes: 0 additions & 5 deletions src/RgbdCameraSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,8 @@ bool RgbdCameraSensor::CreateCameras()
return false;
}

<<<<<<< HEAD
this->PopulateInfo(cameraSdf);

int width = cameraSdf->ImageWidth();
int height = cameraSdf->ImageHeight();
=======
unsigned int width = cameraSdf->ImageWidth();
unsigned int height = cameraSdf->ImageHeight();

Expand All @@ -287,7 +283,6 @@ bool RgbdCameraSensor::CreateCameras()
<< std::endl;
return false;
}
>>>>>>> aaef365 (Check camera resolution (#480))

this->dataPtr->depthCamera =
this->Scene()->CreateDepthCamera(this->Name());
Expand Down
Loading

0 comments on commit a471f46

Please sign in to comment.