We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4dac0 commit 95c7562Copy full SHA for 95c7562
UnderAutomation.UniversalRobots.Showcase.Forms/Components/KinematicsControl.cs
@@ -19,9 +19,9 @@ public KinematicsControl(UR ur)
19
}
20
cbModele.SelectedIndex = 0;
21
22
- gridJointsFK.SelectedObject = new double[] { 0, 0, 0, 0, 0, 0 };
23
- gridDH.SelectedObject = new CustomUrDhParameters(0, 0, 0, 0, 0, 0);
24
- gridCartesianIK.SelectedObject = new Pose(0, 0, 0, 0, 0, 0);
+ gridJointsFK.SelectedObject = new double[] { 1.57, -1.57, 1.57, 1.57, 1.57, 0 };
+ gridDH.SelectedObject = new Ur3eDhParameters();
+ gridCartesianIK.SelectedObject = new Pose(300, 0, 0, 0, 0, 0);
25
26
lstIKResults.Items.Clear();
27
@@ -44,7 +44,7 @@ public void PeriodicUpdate()
44
jointData.Shoulder.Position,
45
jointData.Elbow.Position,
46
jointData.Wrist1.Position,
47
- _ur.PrimaryInterface.JointData.Wrist2.Position,
+ jointData.Wrist2.Position,
48
jointData.Wrist3.Position,
49
};
50
0 commit comments