add wait_for_eef_pose
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
requested review from @daab
assigned to @birr
The rotational distance is calculated as the euclidean norm of the differences of the Euler angles. Unfortunately, this does not give the correct result. You could, for example, invert one of the rotation matrices, multiply it with the other one and calculate the corresponding rotation angle. This would also save the two function call that convert the existing matrix to Euler angles.
added 128 commits
-
d8a979a2...b69291bd - 127 commits from branch
master
- 3cfb2948 - Merge branch 'master' into feature_wait_for_eef_pose
-
d8a979a2...b69291bd - 127 commits from branch
Please register or sign in to reply