Skip to content

Commit

Permalink
Update src/systems/model_photo_shoot/ModelPhotoShoot.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Marco A. Gutierrez <[email protected]>
  • Loading branch information
2 people authored and Marco A. Gutierrez committed Mar 4, 2022
1 parent ebcf122 commit 00dbb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/model_photo_shoot/ModelPhotoShoot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ void ModelPhotoShootPrivate::PerformPostRenderingOperations()
//////////////////////////////////////////////////
void ModelPhotoShootPrivate::SavePicture(
const ignition::rendering::CameraPtr _camera,
const ignition::math::Pose3d _pose,
const ignition::math::Pose3d &_pose,
const std::string &_fileName) const
{
unsigned int width = _camera->ImageWidth();
Expand Down

0 comments on commit 00dbb5c

Please sign in to comment.