Skip to content

Commit

Permalink
fixed rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Sep 24, 2022
1 parent 6031d46 commit 7241cdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/skeletonRetriever/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ class Retriever : public RFModule
if (irgbd->getRgbFOV(fov_h, fov_v)) {
yInfo() << "camera fov_h (from sensor) =" << fov_h;
yInfo() << "camera fov_v (from sensor) =" << fov_v;
rgbdDrv.close();
return true;
}
}
Expand Down

0 comments on commit 7241cdd

Please sign in to comment.