Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jtigue-bdai committed Oct 4, 2024
1 parent 2d34ae2 commit 9e7ad89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@configclass
class ImuCfg(SensorBaseCfg):
"""Configuration for an inertial measurement unit (Imu) sensor."""
"""Configuration for an Inertial Measurement Unit (IMU) sensor."""

class_type: type = Imu

Expand Down
1 change: 1 addition & 0 deletions source/extensions/omni.isaac.lab/test/utils/test_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def test_quat_error_mag_with_quat_unique(self):
torch.testing.assert_close(error_4, error_1)

def test_convention_converter(self):
"""Test convert_orientation_convention to and from ros, opengl, and world conventions."""
quat_ros = torch.tensor([[-0.17591989, 0.33985114, 0.82047325, -0.42470819]])
quat_opengl = torch.tensor([[0.33985113, 0.17591988, 0.42470818, 0.82047324]])
quat_world = torch.tensor([[-0.3647052, -0.27984815, -0.1159169, 0.88047623]])
Expand Down

0 comments on commit 9e7ad89

Please sign in to comment.