Closed arturoc closed 12 years ago
do you find that this is pretty accurate? I think getAccel roll / tilt might be a little more descriptive.
yes, it seems to be pretty accurate, i actually need it for an installation so i expect it'll work :)
El 16/03/12 14:36, Theodore Watson escribió:
do you find that this is pretty accurate? I think getAccel roll / tilt might be a little more descriptive.
Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/pull/92#issuecomment-4539681
that's awesome! i would say don't use the word 'tilt', because it's ambiguous. use the usual 'roll, pitch & yaw' nomenclature.
i think also maybe more helpful than having those two values would be to construct a 3x3 or 4x4 rotation matrix that can be used to transform points.
yes i guess pitch/roll makes more sense and avoids ambiguities with the servos tilt.
so getPitch/getRoll?
El 16/03/12 17:17, Kyle McDonald escribió:
that's awesome! i would say don't use the word 'tilt', because it's ambiguous. use the usual 'roll, pitch& yaw' nomenclature.
i think also maybe more helpful than having those two values would be to construct a 3x3 or 4x4 rotation matrix that can be used to transform points.
Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/pull/92#issuecomment-4542768
sounds great.
On Friday, March 16, 2012 at 1:18 PM, arturo wrote:
yes i guess pitch/roll makes more sense and avoids ambiguities with the
servos tilt.so getPitch/getRoll?
El 16/03/12 17:17, Kyle McDonald escribió:
that's awesome! i would say don't use the word 'tilt', because it's ambiguous. use the usual 'roll, pitch& yaw' nomenclature.
i think also maybe more helpful than having those two values would be to construct a 3x3 or 4x4 rotation matrix that can be used to transform points.
Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/pull/92#issuecomment-4542768
Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/pull/92#issuecomment-4544019
useful to correct the 3d scene based on the camera inclination.
not very sure about the naming, was going to call it just getRoll/getTilt but it can be confusing with the getCameraTilt to get the inclination of the servos.
perhaps getAccelRoll/Tilt?