Skip to content

Commit bb11755

Browse files
committed
Update README.md
1 parent 1222867 commit bb11755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/prpy/tsr/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Manipulation Planning" by Dmitry Berenson, Siddhartha Srinivasa, and James Kuffn
77
A TSR is typically used to defined a constraint on the pose of the end-effector of a manipulator. For example consider a manipulator tasked with grabbing a glass. The end-effector (hand) must be near the glass, and oriented in a way that allows the fingers to grab around the glass when closed. This set of workspace constraints on valid poses of the end-effector can be expressed as a TSR.
88

99
A TSR is defined by three components:
10-
* T0_w - A transform from the world origin to the TSR frame w
11-
* Tw_e - A transform from the TSR frame w to the end-effector
12-
* Bw - A 6x2 matrix of bounds in the coordinates of w
10+
* ```T0_w``` - A transform from the world origin to the TSR frame w
11+
* ```Tw_e``` - A transform from the TSR frame w to the end-effector
12+
* ```Bw``` - A 6x2 matrix of bounds in the coordinates of w
1313

1414
The first three rows of Bw bound the allowable translation along the x,y and z axes (in meters). The last three rows bound the allowable rotation about those axes (in radians), all in w frame. Note that this asumed Roll-Pitch-Yaw (RPY) Euler angle convention.
1515

0 commit comments

Comments
 (0)