Skip to content

Commit 21ea469

Browse files
committed
Point README source links at permalinks where the upstream file moved
1 parent 8161bba commit 21ea469

9 files changed

Lines changed: 21 additions & 7 deletions

File tree

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Built by the Google DeepMind team with contributions from the open-source commun
4040
- [Nan Wang](https://github.com/Nan-Tetheria)
4141
- [Nikita Cherniadev](https://github.com/chernyadev)
4242
- [Omar Rayyan](https://github.com/omarrayyann)
43+
- [Rishabh Sai](https://github.com/rishabhsai)
4344
- [Sai Kishor Kothakota](https://github.com/saikishor)
4445
- [Taylor Howell](https://github.com/thowell)
4546
- [Thomas Lips](https://github.com/tlpss)

boston_dynamics_spot/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
All notable changes to this model will be documented in this file.
44

5+
## [2026-09-12]
6+
- Point the `spot_ros2` URDF links in the README at the last commit before `spot_description` moved out of that repository.
7+
58
## [2024-05-31]
69
- Initial release.

boston_dynamics_spot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ available URDF description](https://github.com/bdaiinstitute/spot_ros2).
2424
2. Added `<mujoco> <compiler discardvisual="false" strippath="false" fusestatic="false"/> </mujoco>` to the URDF's
2525
`<robot>` clause in order to preserve visual geometries.
2626
3. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
27-
* The spot XML was derived from [spot_simple.urdf.xacro](https://github.com/bdaiinstitute/spot_ros2/blob/main/spot_description/urdf/spot_simple.urdf.xacro).
28-
* The arm XML was derived from [spot_arm_macro.urdf](https://github.com/bdaiinstitute/spot_ros2/blob/main/spot_description/urdf/spot_arm_macro.urdf).
27+
* The spot XML was derived from [spot_simple.urdf.xacro](https://github.com/bdaiinstitute/spot_ros2/blob/56bffe846a70/spot_description/urdf/spot_simple.urdf.xacro).
28+
* The arm XML was derived from [spot_arm_macro.urdf](https://github.com/bdaiinstitute/spot_ros2/blob/56bffe846a70/spot_description/urdf/spot_arm_macro.urdf).
2929
4. Added a `<freejoint/>` to the base, and a tracking light.
3030
5. Manually edited the MJCF to extract common properties into the `<default>` section.
3131
6. Added `<exclude>` clauses to prevent collisions between the base and the upper legs.

i2rt_yam/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this model will be documented in this file.
44

5+
## [2026-09-12]
6+
7+
- Point the YAM URDF link in the README at `d4efb66`, the revision step 1 already cites, since `robot_models/` moved upstream.
8+
59
## [2025-05-19]
610

711
- Initial release.

i2rt_yam/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
1212
This package contains a simplified robot description (MJCF) of the [YAM robot](https://i2rt.com/products/yam-manipulator) developed by [I2
1313
RT Robotics](https://i2rt.com/). It is derived from the [publicly available
1414
URDF
15-
description](https://github.com/i2rt-robotics/i2rt/blob/main/robot_models/yam/yam.urdf).
15+
description](https://github.com/i2rt-robotics/i2rt/blob/d4efb66d81bd8bde42909880b16591d4af82e8c0/robot_models/yam/yam.urdf).
1616

1717
<p float="left">
1818
<img src="yam.png" width="400">

kuka_iiwa_14/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
All notable changes to this model will be documented in this file.
44

5+
## [2026-09-12]
6+
- Point the Drake URDF links in the README at `v1.27.0`, the last release that ships `manipulation/models/iiwa_description`.
7+
58
## [2023-05-18]
69
- Initial release.

kuka_iiwa_14/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
1010
## Overview
1111

1212
This package contains a simplified robot description (MJCF) of the [LBR iiwa](https://www.kuka.com/en-us/products/robotics-systems/industrial-robots/lbr-iiwa) 14kg developed
13-
by [KUKA Robotics](https://www.kuka.com/en-us). It is derived from the [publicly available](https://github.com/RobotLocomotion/drake/blob/master/manipulation/models/iiwa_description/urdf/iiwa14_spheres_dense_collision.urdf)
13+
by [KUKA Robotics](https://www.kuka.com/en-us). It is derived from the [publicly available](https://github.com/RobotLocomotion/drake/blob/v1.27.0/manipulation/models/iiwa_description/urdf/iiwa14_spheres_dense_collision.urdf)
1414
URDF description created by the [Drake](https://github.com/RobotLocomotion/drake) developers.
1515

1616
<p float="left">
@@ -20,7 +20,7 @@ URDF description created by the [Drake](https://github.com/RobotLocomotion/drake
2020
## URDF → MJCF derivation steps
2121

2222
1. Added `<mujoco> <compiler discardvisual="false"/> </mujoco>` to the
23-
[URDF](https://github.com/RobotLocomotion/drake/blob/master/manipulation/models/iiwa_description/urdf/iiwa14_spheres_dense_collision.urdf)'s
23+
[URDF](https://github.com/RobotLocomotion/drake/blob/v1.27.0/manipulation/models/iiwa_description/urdf/iiwa14_spheres_dense_collision.urdf)'s
2424
`<robot>` clause in order to preserve visual geometries.
2525
2. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
2626
3. Created base body and added its corresponding inertial properties.

unitree_a1/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
All notable changes to this model will be documented in this file.
44

5+
## [2026-09-12]
6+
- Point the `unitree_mujoco` URDF and mesh links in the README at the last commit that ships `data/a1`.
7+
58
## [2022-09-07]
69
- Initial release.

unitree_a1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This package contains a simplified robot description (MJCF) of the [A1 Quadruped
1313
Robot](https://www.unitree.com/a1/) developed by [Unitree
1414
Robotics](https://www.unitree.com/). It is derived from the [publicly available
1515
URDF
16-
description](https://github.com/unitreerobotics/unitree_mujoco/tree/main/data/a1/urdf).
16+
description](https://github.com/unitreerobotics/unitree_mujoco/tree/f3300ff1bf0a/data/a1/urdf).
1717

1818
<p float="left">
1919
<img src="a1.png" width="400">
@@ -22,7 +22,7 @@ description](https://github.com/unitreerobotics/unitree_mujoco/tree/main/data/a1
2222
## URDF → MJCF derivation steps
2323

2424
1. Converted the DAE [mesh
25-
files](https://github.com/unitreerobotics/unitree_mujoco/tree/main/data/a1/meshes)
25+
files](https://github.com/unitreerobotics/unitree_mujoco/tree/f3300ff1bf0a/data/a1/meshes)
2626
to OBJ format using [Blender](https://www.blender.org/).
2727
2. Processed `.obj` files with [`obj2mjcf`](https://github.com/kevinzakka/obj2mjcf).
2828
3. Added `<mujoco> <compiler discardvisual="false"/> </mujoco>` to the URDF's

0 commit comments

Comments
 (0)