Skip to content

exp and log not invertible #15

Description

@Carpetfizz

This assertion fails.

import numpy as np
from liegroups import SO3
s = SO3.from_rpy(np.pi, 0, np.pi/2)
es = SO3.exp(s.log())
assert np.allclose(s.mat, es.mat)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions