forked from petercorke/robotics-toolbox-matlab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTriple angle visualizer.prj
90 lines (90 loc) · 3.3 KB
/
Triple angle visualizer.prj
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
<configuration build-checksum="4218929445" file="/Users/corkep/code/rvc/robotics-toolbox-matlab/Triple angle visualizer.prj" location="/Users/corkep/code/rvc/robotics-toolbox-matlab" name="Triple angle visualizer" target="target.mlapps" target-name="Package App">
<param.appname>Triple angle visualizer</param.appname>
<param.authnamewatermark>Peter Corke</param.authnamewatermark>
<param.email>rvc@petercorke.com</param.email>
<param.company />
<param.icon />
<param.icons />
<param.summary>Interactively experiment with roll-pitch-yaw or Euler angles</param.summary>
<param.description>App packaged for Introduction to Robotics MOOC - week 2</param.description>
<param.screenshot />
<param.version>1.0</param.version>
<param.products.name>
<item>MATLAB</item>
</param.products.name>
<param.products.id>
<item>1</item>
</param.products.id>
<param.products.version>
<item>9.4</item>
</param.products.version>
<param.platforms />
<param.output>/Users/corkep/code/rvc/robotics-toolbox-matlab</param.output>
<param.guid>fbd722b4-a491-4bf9-9cb0-83bb714de676</param.guid>
<unset>
<param.company />
<param.icon />
<param.icons />
<param.screenshot />
<param.version />
<param.platforms />
<param.output />
</unset>
<fileset.main>
<file>${PROJECT_ROOT}/tripleangle.m</file>
</fileset.main>
<fileset.depfun>
<file>${PROJECT_ROOT}/distrib/tmp/rvctools/common/stlRead.m</file>
<file>${PROJECT_ROOT}/distrib/tmp/rvctools/common/tb_optparse.m</file>
<file>${PROJECT_ROOT}/r2t.m</file>
<file>${PROJECT_ROOT}/rotx.m</file>
<file>${PROJECT_ROOT}/roty.m</file>
<file>${PROJECT_ROOT}/rotz.m</file>
<file>${PROJECT_ROOT}/tripleangle.fig</file>
</fileset.depfun>
<fileset.resources>
<file>${PROJECT_ROOT}/data/gimbal-ring1.stl</file>
<file>${PROJECT_ROOT}/data/gimbal-ring2.stl</file>
<file>${PROJECT_ROOT}/data/gimbal-ring3.stl</file>
<file>${PROJECT_ROOT}/data/spitfire_assy-gear_up.stl</file>
</fileset.resources>
<fileset.package />
<build-deliverables>
<file location="/Users/corkep/code/rvc" name="robotics-toolbox-matlab" optional="false">/Users/corkep/code/rvc/robotics-toolbox-matlab</file>
</build-deliverables>
<workflow />
<matlab>
<root>/Applications/MATLAB_R2018a.app</root>
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="embeddedcoder" />
</toolboxes>
<toolbox>
<matlabcoder>
<enabled>true</enabled>
</matlabcoder>
</toolbox>
<toolbox>
<embeddedcoder>
<enabled>true</enabled>
</embeddedcoder>
</toolbox>
</matlab>
<platform>
<unix>true</unix>
<mac>true</mac>
<windows>false</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.13.5</osver>
<os32>false</os32>
<os64>true</os64>
<arch>maci64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>