Skip to content

Commit 10570d0

Browse files
committed
add other RPY variant
1 parent 0ca01aa commit 10570d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@SerialLink/teach.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function teach(robot, varargin)
6767

6868
%---- handle options
6969
opt.deg = true;
70-
opt.orientation = {'rpy', 'rpy/zyx', 'eul', 'approach'};
70+
opt.orientation = {'rpy', 'rpy/zyx', 'rpy/xyz', 'eul', 'approach'};
7171
opt.d_2d = false;
7272
opt.callback = [];
7373
opt.record = [];

0 commit comments

Comments
 (0)