Skip to content

Commit c4ea7d4

Browse files
DeepMindcopybara-github
authored andcommitted
IMU position correction for Apptronik Apollo based on customer request.
PiperOrigin-RevId: 748769428 Change-Id: I4fcfaf837544fad8ad2fd4016f0f2cabbb6315e4
1 parent 68ff0ee commit c4ea7d4

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+
- 04/17/2025: IMU position correction based on Apptroink request.
78
- 03/15/2025: Fixed finger distal orientation.
89
- 01/21/2025: Fixed bug in the IMU position.
910
- 01/09/2025: Fixed issue https://github.com/google-deepmind/mujoco_menagerie/issues/136.

apptronik_apollo/apptronik_apollo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<body name="torso_link" pos="0 0 0">
9999
<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"/>
100100
<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"/>
101+
<site name="imu" pos="0.067 5.54705e-16 0.124874" 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)