Replies: 3 comments 4 replies
-
This improvement will likely then also work for all the rigid body transforms in other xref: |
Beta Was this translation helpful? Give feedback.
-
If recalling correctly, Eigen library (C++) named rigid transforms as |
Beta Was this translation helpful? Give feedback.
-
Looking at the current variables, and we would then have: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is what the code is currently doing:
https://github.com/JuliaRobotics/IncrementalInference.jl/blob/4bb501c5fb6fd917895df3ba2000b589317e625a/src/Factors/LinearRelative.jl#L42
Which is a linear transformation that preserves the metric relations from
a
tob
, and for our casea
andb
are in the the same metric space.https://en.wikipedia.org/wiki/Isometry
Beta Was this translation helpful? Give feedback.
All reactions