Skip to content

Commit

Permalink
Publish camera info in gazebo_ros_depth_camera plugin (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
ongun-kanat authored and chapulina committed Jul 11, 2019
1 parent daff3dc commit 3cd100e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gazebo_plugins/src/gazebo_ros_depth_camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ void GazeboRosDepthCamera::OnNewDepthFrame(const float *_image,
// do this first so there's chance for sensor to run 1 frame after activate
this->parentSensor->SetActive(true);
}
PublishCameraInfo();
}

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 3cd100e

Please sign in to comment.