Page 1 of 1

Identifying Markers

Posted: Mon Jul 16, 2012 2:21 pm
by nuLIMS
I am working on a project for which we need to determine the shoulder and elbow angles of a subject in real time for feedback control. Is it possible to custom define the marker IDs? For example, if I want to know where a specific pointA is, can I define a marker as pointA such that I can easily use its data in code?

Thanks for your help.

Re: Identifying Markers

Posted: Mon Jul 16, 2012 3:44 pm
by NaturalPoint - Mike
Unfortunately, no. You can define multiple markers as a rigid body, however, and get either the centroid position or individual RB marker position from Tracking Tools as a fixed name, though.

Re: Identifying Markers

Posted: Tue Jul 17, 2012 9:06 am
by nuLIMS
Thanks for your response Mike. Just so I'm sure I understand, I can name the markers that compose the rigid body? And if that is correct, how exactly would I do that? Thank you

Re: Identifying Markers

Posted: Tue Jul 17, 2012 10:19 am
by NaturalPoint - Mike
The names aren't assignable, but they are static. You could create a rigid body called "shoulder" and get either the centroid for shoulder or shoulder 1, shoulder 2, shoulder 3, et. cetera.

Re: Identifying Markers

Posted: Tue Jul 17, 2012 10:27 am
by nuLIMS
Thanks Mike.