mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
rssdk fix missing constants
This commit is contained in:
parent
12ab841191
commit
c7b19277ee
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
#include "Menu.h"
|
||||
#include "SharedUtil.h"
|
||||
|
||||
const int PALMROOT_NUM_JOINTS = 3;
|
||||
const int FINGER_NUM_JOINTS = 4;
|
||||
|
||||
const DeviceTracker::Name RealSense::NAME = "RealSense";
|
||||
|
||||
// find the index of a joint from
|
||||
|
|
Loading…
Reference in a new issue