Skip to content

Commit 60dda46

Browse files
DeepMindcopybara-github
authored andcommitted
Fixing the location of the IMU in Apptronik_Apollo.
PiperOrigin-RevId: 718139687 Change-Id: I5c1eaee4d5a59aafd72bcf02292406a7cbdcf024
1 parent 8b624d3 commit 60dda46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apptronik_apollo/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Requires MuJoCo 3.0.0 or later.
44

55
## Changelog
66

7+
- 01/21/2025: Fixed bug in the IMU position.
78
- 01/09/2025: Fixed issue https://github.com/google-deepmind/mujoco_menagerie/issues/136.
89
- 12/20/2024: Initial release.
910

apptronik_apollo/apptronik_apollo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
<camera name="torso_oak_d_pro_w_front" mode="fixed" euler="-1.57 0 1.57" fovy="70.0"/>
8484
<inertial pos="0 0 0" mass="0.115" diaginertia="0.00014442322916666668 3.8901145833333344e-05 0.00012639458333333335"/>
8585
</body>
86-
<site name="imu" pos="0.067 5.54705e-16 0.124874" euler="0.000000 1.570800 3.141590"/>
8786
<inertial pos="-0.0466459 -2.50736e-05 -0.0721416" quat="0.661991 0.662086 0.248682 -0.248127" mass="7.43582" diaginertia="0.0633318 0.0512326 0.0281854"/>
8887
<joint name="floating_base" type="free" limited="false" actuatorfrclimited="false"/>
8988
<geom class="visual_light" mesh="pelvis_link"/>
@@ -99,6 +98,7 @@
9998
<body name="torso_link" pos="0 0 0">
10099
<inertial pos="-0.0484952 0.00143204 0.185535" quat="0.702792 0.0157426 -6.68569e-05 0.711221" mass="19.3408" diaginertia="0.303595 0.272287 0.22035"/>
101100
<joint name="torso_pitch" axis="0 1 0" range="-0.305433 1.35263" actuatorfrcrange="-315 315" damping="0" frictionloss="13.15" armature="0.970692"/>
101+
<site name="imu" pos="0.037 5.54705e-16 0.093624" euler="0.000000 1.570800 3.141590"/>
102102
<geom class="visual_light" mesh="torso_link"/>
103103
<geom name="collision_cylinder_torso" size="0.16 0.05" pos="-0.045 0 0.2" type="capsule" class="collision"/>
104104
<geom class="visual_dark" mesh="neck_mount_fix_link"/>

0 commit comments

Comments
 (0)