dart icon indicating copy to clipboard operation
dart copied to clipboard

Add getRotation() and getTranslation() to Frame

Open jslee02 opened this issue 6 years ago • 0 comments

Frame provides API returning the transform (i.e., getTransform()) but not rotation nor translation. They can be obtained from the transform but it may not be straightforward to users who are not familiar with Eigen geometry moduel (e.g., this post).

jslee02 avatar Apr 04 '19 13:04 jslee02