Skip to content

Commit

Permalink
increase the restriction of fps to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhuang committed Jul 7, 2017
1 parent cf5342c commit e7d26be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clm_ros_wrapper/CLMWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ void ClmWrapper::callback(const sensor_msgs::ImageConstPtr& msgIn)

// cout << fps_regular_tracker << endl;

if (fps_regular_tracker >= 4) {
if (fps_regular_tracker >= 11) {
// cout << "sleep" << endl;
usleep(10);
return;
Expand Down

0 comments on commit e7d26be

Please sign in to comment.