mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +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 "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";
|
||||
|
||||
// find the index of a joint from
|
||||
|
|
Loading…
Reference in a new issue