-
Notifications
You must be signed in to change notification settings - Fork 56
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Help understanding basic usage of distances pls #268
Comments
Currently the affine matrix point representation of We could overload So there are a few ways forward. One is to use |
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 |
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) . |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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:
The text was updated successfully, but these errors were encountered: