We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca01aa commit 10570d0Copy full SHA for 10570d0
@SerialLink/teach.m
@@ -67,7 +67,7 @@ function teach(robot, varargin)
67
68
%---- handle options
69
opt.deg = true;
70
- opt.orientation = {'rpy', 'rpy/zyx', 'eul', 'approach'};
+ opt.orientation = {'rpy', 'rpy/zyx', 'rpy/xyz', 'eul', 'approach'};
71
opt.d_2d = false;
72
opt.callback = [];
73
opt.record = [];
0 commit comments