Skip to content
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

one problem on left multiply distrub #9

Open
zhchyang2004 opened this issue Apr 8, 2020 · 0 comments
Open

one problem on left multiply distrub #9

zhchyang2004 opened this issue Apr 8, 2020 · 0 comments

Comments

@zhchyang2004
Copy link

zhchyang2004 commented Apr 8, 2020

Hi, thank you for professional Liegroup package.

I can get different results when trying left multiply disturbance by two ways :

T : a 4x4 transition numpy array
delta_t=np.array([1,0,0,0,0,0]) #liealgebra

print(SE3.exp(delta_t).as_matrix().dot(T)) #1st way
print(SE3.exp(delta_t).dot(T)) #2nd way which delivered a wrong result

Should the result from the 2nd way be equal to the 1st way from your original idea?
Or, is T an illegal input in the 2nd way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant