Skip to content
Snippets Groups Projects
Commit 02f75970 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

isValidDepth() function

parent 34b58fab
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ class Universe;
namespace rgbd {
static inline bool isValidDepth(float d) { return (d > 0.0f) && (d <= 40.0f); }
class SnapshotReader;
enum capability_t {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment