Skip to content

Commit

Permalink
ros-simulation#408 Make the multi camera timestamps current rather th…
Browse files Browse the repository at this point in the history
…an outdated, also reuse the same update code
  • Loading branch information
lucasw authored and j-rivero committed Feb 13, 2017
1 parent 1dc6508 commit b72c61f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ namespace gazebo

std::vector<GazeboRosCameraUtils*> utils;

protected: void OnNewFrame(const unsigned char *_image,
GazeboRosCameraUtils* util);
/// \brief Update the controller
/// FIXME: switch to function vectors
protected: virtual void OnNewFrameLeft(const unsigned char *_image,
Expand Down

0 comments on commit b72c61f

Please sign in to comment.