mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
Merge pull request #4250 from thoys/rssdk_fix_missing_constants
rssdk fix missing constants
This commit is contained in:
commit
0e779f34e1
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
||||||
#include "Menu.h"
|
#include "Menu.h"
|
||||||
#include "SharedUtil.h"
|
#include "SharedUtil.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_RSSDK
|
||||||
|
const int PALMROOT_NUM_JOINTS = 3;
|
||||||
|
const int FINGER_NUM_JOINTS = 4;
|
||||||
|
#endif // HAVE_RSSDK
|
||||||
|
|
||||||
const DeviceTracker::Name RealSense::NAME = "RealSense";
|
const DeviceTracker::Name RealSense::NAME = "RealSense";
|
||||||
|
|
||||||
// find the index of a joint from
|
// find the index of a joint from
|
||||||
|
|
Loading…
Reference in a new issue