- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I am trying to get the speed of a hand joint in java, I defined the speed like this
float speed = new PXCMHandData.JointData().speed.x;
when i print speed, I always get 0.0
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you EnableJointSpeed in PXCMHandConfiguration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, I did
int time=0;
PXCMHandData.JointType JT = JointType.JOINT_CENTER;
PXCMHandData.JointSpeedType JST = JointSpeedType.JOINT_SPEED_ABSOLUTE;
handConfig.EnableJointSpeed( JT, JST, time);
Is it right like this??

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page