-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add IMU projected_gravity_b and IMU computation speed optimizations #2512
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
base: main
Are you sure you want to change the base?
Add IMU projected_gravity_b and IMU computation speed optimizations #2512
Conversation
Signed-off-by: James Tigue <[email protected]>
Signed-off-by: Mayank Mittal <[email protected]>
Signed-off-by: James Tigue <[email protected]>
Signed-off-by: James Tigue <[email protected]>
Co-authored-by: Mayank Mittal <[email protected]> Signed-off-by: James Tigue <[email protected]>
Signed-off-by: James Tigue <[email protected]>
Signed-off-by: James Tigue <[email protected]>
Can we keep quat rotate and quat apply changes to another MR? Otherwise it is getting burried here under "IMU changes" which isn't correct. |
I can, I was mainly trying to utilize the quat_apply_inverse function which was introduced in the other PR. If we want to get this in sooner I can switch to quat_apply(quat_inv(quat)). |
Description
This PR adds projected_gravity_b data stream as well as speeding up computation by during batch rotating of all data streams to base frame in one computation rather than each data stream separately.
This PR is dependant on PR 2129 and should not be merged until that PR is merged.
Fixes # (issue)
Type of change
Checklist
pre-commit
checks with./isaaclab.sh --format
config/extension.toml
fileCONTRIBUTORS.md
or my name already exists there