forked from petercorke/robotics-toolbox-matlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
53 lines (32 loc) · 1.11 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Installation:
------------
simply copy all the .m files into a directory 'robot'
add the directory robot to your MATLABPATH
start MATLAB
>> startup_rvc
Help:
----
1: manual
robot.pdf is the documentation in standard Mathworks style. It is
formatted for double sided printing which makes for a more compact
manual and saves trees.
2: desktop help GUI
from the Matlab desktop, choose help, and select the Robotics Toolbox
option. HTML format documentation for all functions is available.
3: command line
use the help command from the command prompt, eg. help ikine
4: the web
http://www.petercorke.com/RTB/r9/html
Demos:
-----
2: desktop menu bar
from the menu bar choose demos, and select the Robotics Toolbox
3: command prompt
>> rtbdemos
Online resources:
----------------
Home page: http://www.petercorke.com
Discussion group: http://groups.google.com/group/robotics-tool-box?hl=en
Manual pages: http://www.petercorke.com/RTB/r9/html
Please email bug reports, comments or code contribtions to me at [email protected]
Peter Corke