You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: boston_dynamics_spot/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ available URDF description](https://github.com/bdaiinstitute/spot_ros2).
24
24
2. Added `<mujoco> <compiler discardvisual="false" strippath="false" fusestatic="false"/> </mujoco>` to the URDF's
25
25
`<robot>` clause in order to preserve visual geometries.
26
26
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).
29
29
4. Added a `<freejoint/>` to the base, and a tracking light.
30
30
5. Manually edited the MJCF to extract common properties into the `<default>` section.
31
31
6. Added `<exclude>` clauses to prevent collisions between the base and the upper legs.
Copy file name to clipboardExpand all lines: kuka_iiwa_14/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
10
10
## Overview
11
11
12
12
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)
14
14
URDF description created by the [Drake](https://github.com/RobotLocomotion/drake) developers.
15
15
16
16
<pfloat="left">
@@ -20,7 +20,7 @@ URDF description created by the [Drake](https://github.com/RobotLocomotion/drake
20
20
## URDF → MJCF derivation steps
21
21
22
22
1. Added `<mujoco> <compiler discardvisual="false"/> </mujoco>` to the
0 commit comments