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

Broadcasting of action on point cloud #28

Closed
mhayoz opened this issue Nov 30, 2022 · 1 comment
Closed

Broadcasting of action on point cloud #28

mhayoz opened this issue Nov 30, 2022 · 1 comment

Comments

@mhayoz
Copy link

mhayoz commented Nov 30, 2022

I would like to know how I can broadcast the action on a point cloud:

SE3: T, shape(n)
point cloud: P, shape(n, m, 4)
expect transformed point cloud: P_trans = T * P, shape(n,m,4)

Can anyone help?

@mhayoz
Copy link
Author

mhayoz commented Dec 7, 2022

I found the answer by adding a new dimension to T as
T: shape(n, 1)

@mhayoz mhayoz closed this as completed Dec 7, 2022
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