Skip to content
Snippets Groups Projects

[bugfix] Fix difference order and correctly transform to tangent coords

Closed Youett, Jonathan requested to merge bugfix/fix_rigidbodymotion_difference into master

While the translation part in the difference method computes 'a-b', the rotation part computes 'b-a' (which you get when calling Rotation::difference(a,b)) Furthermore, the Rotation::difference method returs a skewsymmetric matrix, which has to be transformed to yield a tangentvector in the tangent space of 'a'

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading