summaryrefslogtreecommitdiff
path: root/csc.html
blob: 50a86ea9b1d63a969c852cf8e57e9bc3f3997f5e (plain)
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
<!DOCTYPE html>
<head>
<title>Control Systems Club</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://hairydiode.xyz/style.css"/>
<link rel="icon" type="image/png" href="https://hairydiode.xyz/img/fav/logo.png"/>
</head>
<body>
<div class="content">
<pre>
<!--
123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890
一二三四
-->--------------------------------------------------------------------------------

<a href="https://hairydiode.xyz">>HairyDiode</a>                                             

--------------------------------------------------------------------------------
<!--
123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890
一二三四-->Control Systems Club                                                   2-21-2018
--------------------------------------------------------------------------------
What is Control Systems Club?
	Control Systems Club is a club focussed on research projects related to
robotics, mechatronics, programming, electronics and more. The purpose of this
club is to provide a structured way for us to work and collaborate. I know that
I struggle with finishing my projects when there is no external pressure. When
done right, clubs like this provide motivation and stakes for us to finish our
projects.
	The project we are working on this week is an underactuated biped
system.
	The first week of Control Systems Club will revolve around a set of
reading assignments so that all members can brought up to the same level of
technical competency.
	<a href="https://math.mit.edu/~gs/linearalgebra/">Introduction to Linear Algebra</a>
	<a href="https://gen.lib.rus.ec/book/index.php?md5=3A039E6BB43D417004D63149C7A97163">Non-linear Control for Underactuated Mechanical Systems</a>

	In terms of organization, we will have meetings every week for planning,
then assign the job of designing various parts of our system to each member to
complete on their own schedule. Strong expectations are put in place for them to
complete their tasks with good documentation.

To apply, ask me for a form in person.
</pre>
</div>
<br>
<br>
</body>
<!-- 
if you're digging in the src you might be interested in how this site works
here: https://hairydiode.xyz/meta2 
-->