-
Notifications
You must be signed in to change notification settings - Fork 195
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
Fill out interface of pose representation #32
Comments
Also: transformation of native types ( |
@HannesSommer, @remod, @gehrinch, this is a show stopper for me. I want to push to use Kindr in the rewrite of aslam_cv but it isn't possible without:
and I realized that the Pose/transformation is missing composition! I honestly tried to implement it myself but it isn't possible without getting some design document that explains how to put something like that together (and why it is put together like this). Any chance someone has some cycles to help? |
I can certainly write something about the design goals and rational about some decisions (see #21). But can that wait till tomorrow? Btw. I don't think the design has completely stabilized yet - it is not even consistent over all classes. |
Yes, of course it can wait until tomorrow. Thanks for helping me understand the design. As I said, the external interface is very nice. |
Here we need the following:
inverted()
andinvert()
4x1
vectorssetRandom()
(see Rotations and poses should have "setRandom()" #31)4x4
matrix (maybe this already exists?)The text was updated successfully, but these errors were encountered: