Skip to content

Commit 3cbf041

Browse files
committed
Add logic to find axis bounds automatically Fix bug in pose of the frame that is animated, should be I not the first in sequence
0 parents  commit 3cbf041

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+4571
-0
lines changed

CHANGES

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
------------------------------------------------------------------------
2+
r667 | pic | 2011-12-11 18:09:18 +1000 (Sun, 11 Dec 2011) | 1 line
3+
Changed paths:
4+
M /matlab/branches/book/@SerialLink/SerialLink.m
5+
6+
Parameters a and alpha transposed in legacy matrix case.
7+
------------------------------------------------------------------------
8+
r666 | pic | 2011-12-11 18:08:19 +1000 (Sun, 11 Dec 2011) | 2 lines
9+
Changed paths:
10+
M /matlab/branches/book/Quaternion.m
11+
12+
Error in arg checking for angle, vector case.
13+
Error in handling overall bad argument to the constructor.
14+
------------------------------------------------------------------------
15+
r665 | pic | 2011-12-11 18:06:40 +1000 (Sun, 11 Dec 2011) | 1 line
16+
Changed paths:
17+
M /matlab/branches/book/Link.m
18+
19+
Enforce that positive Tc is greater than negative Tc
20+
------------------------------------------------------------------------
21+
r664 | pic | 2011-12-11 18:05:48 +1000 (Sun, 11 Dec 2011) | 3 lines
22+
Changed paths:
23+
M /matlab/branches/book/@SerialLink/teach.m
24+
25+
added comments, option for background color
26+
changed the layout slightly, looks a bit nicer
27+
handle management needs to improve
28+
------------------------------------------------------------------------
29+
r663 | pic | 2011-12-11 18:03:49 +1000 (Sun, 11 Dec 2011) | 1 line
30+
Changed paths:
31+
M /matlab/branches/book/eul2r.m
32+
33+
fixed bug in trajectory case
34+
------------------------------------------------------------------------
35+
r662 | pic | 2011-12-11 17:59:25 +1000 (Sun, 11 Dec 2011) | 1 line
36+
Changed paths:
37+
M /matlab/branches/book/mdl_S4ABB2p8.m
38+
M /matlab/branches/book/mdl_fanuc10l.m
39+
M /matlab/branches/book/mdl_motomanHP6.m
40+
41+
Change to v9 Link and SerialLink objects
42+
------------------------------------------------------------------------
43+
r660 | pic | 2011-12-10 18:06:19 +1000 (Sat, 10 Dec 2011) | 2 lines
44+
Changed paths:
45+
M /matlab/branches/book/@SerialLink/fkine.m
46+
47+
Bug in trajectory mode, should use numel instead of length
48+

CITATION

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Citing the Toolbox:
2+
------------------
3+
4+
If you use the Toolbox and want to cite it in a paper please use:
5+
6+
@ARTICLE{Corke96b,
7+
AUTHOR = {P.I. Corke},
8+
JOURNAL = {IEEE Robotics and Automation Magazine},
9+
MONTH = mar,
10+
NUMBER = {1},
11+
PAGES = {24-32},
12+
TITLE = {A Robotics Toolbox for {MATLAB}},
13+
VOLUME = {3},
14+
YEAR = {1996}
15+
}

CONTRIB

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
The following files are contributed by others:
2+
3+
ikine560.m % Robert Biro with Gary Von McMurray
4+
Fanuc10L.m:%Wynand Swart
5+
MotomanHP6.m:%Wynand Swart
6+
S4ABB2p8.m:%Wynand Swart

DEPENDENCIES

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
arrow Matlab central
2+
findjobj Matlab central
3+
numrows
4+
numcols

0 commit comments

Comments
 (0)