Skip to content

Commit

Permalink
Update copyright notice for 9.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
petercorke committed Apr 26, 2014
1 parent 07420bb commit def7689
Show file tree
Hide file tree
Showing 179 changed files with 1,374 additions and 282 deletions.
5 changes: 3 additions & 2 deletions @SerialLink/SerialLink.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@
%
% See also Link, DHFactor.

% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/accel.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
%
% See also SerialLink.rne, SerialLink, ode45.

% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
19 changes: 19 additions & 0 deletions @SerialLink/animate.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@
%
% See also SerialLink.plot.

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% RTB is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU Lesser General Public License for more details.
%
% You should have received a copy of the GNU Leser General Public License
% along with RTB. If not, see <http://www.gnu.org/licenses/>.
%
% http://www.petercorke.com

function animate(robot, qq)

if nargin < 3
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/cinertia.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@



% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/coriolis.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@



% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/fdyn.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@



% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
13 changes: 6 additions & 7 deletions @SerialLink/fkine.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,25 @@
%
% See also SerialLink.ikine, SerialLink.ikine6s.

% Copyright (C) 1993-2011, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
%
% RTB is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU Lesser General Public License for more details.
%
%
% You should have received a copy of the GNU Leser General Public License
% along with RTB. If not, see <http://www.gnu.org/licenses/>.
%
% http://www.petercorke.com
%
% Modifications by Joern Malzahn to support CodeGenerator functionality

function [t allt] = fkine(robot, q)

Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/friction.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@



% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/gencoords.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
% [Q,QD,QDD] = R.gencoords() as above but QDD is a vector (1xN) of
% symbols [qdd1 qdd2 ... qddN].

% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/genforces.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
% Q = R.genforces() is a vector (1xN) of symbols [Q1 Q2 ... QN].
%

% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/gravload.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@



% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/ikine.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@
%
% See also SerialLink.fkine, SerialLink.ikinem, tr22angvec, SerialLink.jacob0, SerialLink.ikine6s.

% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
19 changes: 19 additions & 0 deletions @SerialLink/ikine_sym.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,25 @@
% - This code is experimental and has a lot of diagnostic prints
% - Based on the classical approach using Pieper's method

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% RTB is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU Lesser General Public License for more details.
%
% You should have received a copy of the GNU Leser General Public License
% along with RTB. If not, see <http://www.gnu.org/licenses/>.
%
% http://www.petercorke.com

function out = ikine_sym(srobot, N, varargin)

%
Expand Down
11 changes: 6 additions & 5 deletions @SerialLink/ikinem.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,21 @@
% See also fminsearch, fmincon, SerialLink.fkine, SerialLink.ikine, tr2angvec.


% Copyright (C) 1993-2011, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
%
% RTB is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU Lesser General Public License for more details.
%
%
% You should have received a copy of the GNU Leser General Public License
% along with RTB. If not, see <http://www.gnu.org/licenses/>.
%
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/inertia.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
% See also SerialLink.RNE, SerialLink.CINERTIA, SerialLink.ITORQUE.


% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
19 changes: 19 additions & 0 deletions @SerialLink/issym.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@
% Jörn Malzahn
% 2012 RST, Technische Universität Dortmund, Germany
% http://www.rst.e-technik.tu-dortmund.de

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% RTB is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU Lesser General Public License for more details.
%
% You should have received a copy of the GNU Leser General Public License
% along with RTB. If not, see <http://www.gnu.org/licenses/>.
%
% http://www.petercorke.com
function res = issym(l)

res = issym(l.links(1));
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/itorque.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@



% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/jacob0.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
%
% See also SerialLink.jacobn, jsingu, deltatr, tr2delta, jsingu.

% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/jacob_dot.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
%
% See also SerialLink.jacob0, diff2tr, tr2diff.

% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/jacobn.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@



% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/maniplty.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@



% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/nofriction.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@



% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions @SerialLink/perturb.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
% schemes. For example to vary parameters in the range +/- 10 percent is:
% r2 = p560.perturb(0.1);

% Copyright (C) 1993-2011, by Peter I. Corke

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
Expand Down
11 changes: 6 additions & 5 deletions @SerialLink/plot.m
Original file line number Diff line number Diff line change
Expand Up @@ -167,20 +167,21 @@
% and update them.


% Copyright (C) 1993-2011, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).

% Copyright (C) 1993-2014, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for MATLAB (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
%
% RTB is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU Lesser General Public License for more details.
%
%
% You should have received a copy of the GNU Leser General Public License
% along with RTB. If not, see <http://www.gnu.org/licenses/>.
%
Expand Down
Loading

0 comments on commit def7689

Please sign in to comment.