Skip to content

Commit

Permalink
gazebo_ros_openni_kinect plugin: adds publishing of the camera info
Browse files Browse the repository at this point in the history
again (fixes ros-simulation#95)
  • Loading branch information
bit-pirate committed Aug 7, 2013
1 parent b256d4f commit ca9ba6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gazebo_plugins/src/gazebo_ros_openni_kinect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ void GazeboRosOpenniKinect::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 ca9ba6b

Please sign in to comment.