Skip to content

Commit a5d8443

Browse files
committed
Update README.md
1 parent 134644c commit a5d8443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/tsr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Lets return to our previous example of selecting a pose for the end-effector to
1919
ipython> glass = env.GetKinBody('plastic_glass')
2020
ipython> T0_w = glass.GetTransform() # We use the glass's coordinate frame as the w frame
2121
# Now define Tw_e to represent the pose of the end-effector relative to the glass
22-
ipython> Tw_e = numpy.array([[ 0., 0., 1., -total_offset],
22+
ipython> Tw_e = numpy.array([[ 0., 0., 1., -0.20], # desired offset between end-effector and object along x-axis
2323
[1., 0., 0., 0.],
2424
[0., 1., 0., 0.08], # glass height
2525
[0., 0., 0., 1.]])

0 commit comments

Comments
 (0)