Describe the bug
Hi
There are two bugs in omni.isaac.orbit.core.utils.math
- in :meth:
axis_angle_from_quat doesn't properly handle quat with negative w component
- in :meth:
subtract_frame_transforms have a missing tf combine when calculating the translation part
I will submit a related PR to fix those issues.
Describe the bug
Hi
There are two bugs in
omni.isaac.orbit.core.utils.mathaxis_angle_from_quatdoesn't properly handle quat with negative w componentsubtract_frame_transformshave a missing tf combine when calculating the translation part