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: README.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,15 @@ This will connect to the robot, move it to a specified position, pause for safet
34
34
## Extra:
35
35
In the context of robotics, especially with UR robots, a pose typically consists of 6 components: [x, y, z, rx, ry, rz].
36
36
37
-
x, y, z: These represent the position of the robot end-effector in Cartesian coordinates, typically in meters. They specify the end-effector's location in space with respect to the robot's base frame.
38
-
39
-
x: movement left and right
40
-
y: movement forward and backward
41
-
z: movement up and down
42
-
rx, ry, rz: These represent the orientation of the robot end-effector in terms of rotation around the Cartesian axes, expressed in radians. They define the orientation of the end-effector.
43
-
44
-
rx: rotation around the x-axis (roll)
45
-
ry: rotation around the y-axis (pitch)
46
-
rz: rotation around the z-axis (yaw)
37
+
### x, y, z: These represent the position of the robot end-effector in Cartesian coordinates, typically in meters. They specify the end-effector's location in space with respect to the robot's base frame.
38
+
39
+
- x: movement left and right
40
+
- y: movement forward and backward
41
+
- z: movement up and down
42
+
### rx, ry, rz: These represent the orientation of the robot end-effector in terms of rotation around the Cartesian axes, expressed in radians. They define the orientation of the end-effector.
0 commit comments