Skip to content

Commit e966d21

Browse files
authored
Update 01_frame_and_transformation.rst
1 parent f6b3e15 commit e966d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/01_fundamentals/01_frame_and_transformation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ coordinate system.
3333
# point in F (local coordinates)
3434
P = Point(35., 35., 35.)
3535
# point in global (world) coordinates
36-
P_ = F.to_world_coords(P)
36+
P_ = F.to_world_coordinates(P)
3737
3838
3939
Industrial robots do not have a common way of describing the pose orientation.

0 commit comments

Comments
 (0)