-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (85 loc) · 3.13 KB
/
index.html
File metadata and controls
107 lines (85 loc) · 3.13 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
---
layout: default
---
<div>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-N9TQBW"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N9TQBW');</script>
<!-- End Google Tag Manager -->
These lab manuals accompany the UT Dallas EECS class <a href="https://coursebook.utdallas.edu/ee4342.001.15f/">Introduction to Robotics - EECS 5375</a>. If you see any mistakes, issues, or typos, please feel free to contact your TA, <a href="https://github.com/lakehanne">@lakehanne</a>, <a href="ngans@utdallas.edu">Professor Gans </a>, or submit a pull request to our <a href="http://eecs4342.github.io.github.io">git repo</a>.
<br>
We recommend that you use the <a href="https://hypothes.is/">hypothes.is</a> extension to annotate comments and discuss these manuals online. Your TA will generally respond within a 24-hour period to your comments and/or questions.
</div>
<div class="home">
<div class="materials-wrap">
<div class="module-header">Laboratories</div>
<div class="materials-item">
<a href="lab1/">
Lab #1: Introduction to the Cyton Arm Robot
</a>
</div>
<div class="materials-item">
<a href="lab2/">
Lab #2.1: Using the Cyton Arm to Pick and Place Objects (Pre-Lab)
</a>
</div>
<div class="materials-item">
<a href="lab2.1/">
Lab #2.2: Using the Cyton Arm to Pick and Place Objects
</a>
</div>
<div class="materials-item">
<a href="lab3/">
Lab #3: Denavit-Hartenberg Parameters and Forward Kinematics
</a>
</div>
<div class="materials-item">
<a href="lab4/">
Lab #4: Inverse Kinematics and Inverse-velocity kinematics
</a>
</div>
<div class="materials-item">
<a href="lab5/">
Lab #5: Vision: Introduction to OpenCV
</a>
</div>
<div class="materials-item">
<a href="lab6/">
Lab #6: TBA
</a>
</div>
<div class="materials-item">
<a href="lab7/">
Lab #7: Machine Vision using Inverse Velocity Kinematics
</a>
</div>
<div class="module-header">Module 0: Preparation</div>
<div class="materials-item">
<a href="C++-tutorial/">
C++ Tutorial
</a>
</div>
<div class="materials-item">
<a href="Visual Studio Tutorial/">
Visual Studio Tutorial
</a>
</div>
<!-- <div class="materials-item">
<a href="Eigen Library Tutorial/">
Eigen Library Tutorial
</a>
</div>-->
<!-- hardcoding items here to force a specific order -->
<div class="module-header">Module 1: Introduction to Robotics</div>
<div class="materials-item">
<a href="Lecture-1/">
Lecture One: A Mathematical Approach To Robotics
</a>
</div>
</div>
</div>