Skip to content

Commit 1930178

Browse files
committed
fixed implicit fixed joint.
1 parent 835918c commit 1930178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Scripts/Document/ZOSimOccurrence.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ protected void BuildURDFJoints(XElement robot, ZOSimOccurrence parent, Matrix4x4
12971297
origin.SetAttributeValue("rpy", rpy.ToXMLString());
12981298
jointX.Add(origin);
12991299

1300-
URDFJoint joint = new URDFJoint(this, parent, jointMatrix.Position(), jointMatrix.Position());
1300+
URDFJoint joint = new URDFJoint(this, parent, jointMatrix.Position(), Vector3.zero);
13011301
joints.Add(joint);
13021302

13031303

0 commit comments

Comments
 (0)