Replies: 3 comments
-
Currently the affine matrix point representation of We could overload So there are a few ways forward. One is to use |
Beta Was this translation helpful? Give feedback.
-
Hi Seth, thanks for the reply. I'm trying to build a picture between your comment where I'm trying to get to... Unfortunately I'm not familiar enough with distance(::SE2, T2, T1) = norm(vee(logmap(inverse(T2) * T1)))
# or whatever is most efficient Apologies, I'm still going through the learning curve on the Manifolds.jl implementation. FYI i mostly need Reimannian at this stage. I'm after a setup to allow a vector of on-manifold points for use with
Also, is there a plan or decision regarding use/compat/dependency etc. with other packages like Basically I'm checking if my conclusion is correct that there seems to be a need for first undoing the foundational const AMP = ApproxManifoldProducts |
Beta Was this translation helpful? Give feedback.
-
We don't really have much set in stone here regarding this. Compatibility layers with other packages are either written in separate packages (currently
This is a great question with no simple answer. Manifolds.jl can handle many different representations of points. Of course when you want to use it with another package, that package may need to know that arrays don't store values in GPU kernels is another great topic, tracked here: #228 . The answer necessarily depends on the package you want to use with Additionally, I've commented about NearestNeighbors.jl compatibility here: JuliaRobotics/ApproxManifoldProducts.jl#41 (comment) . |
Beta Was this translation helpful? Give feedback.
-
Good day,
I'm testing out how to compute the distance between two points on the same manifold, but not quite sure how the API works yet. Been up and down the docs and code but still getting stuck. Thought I might ask here direct and can then help send as PR on documentation -- soft of a "Getting Started" paragraph...
This is closest to what I'm trying to do
but results in an error. Error is probably expected, I just need a pointer on how to fix please
xref:
Beta Was this translation helpful? Give feedback.
All reactions