-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrobots.html
133 lines (111 loc) · 5 KB
/
robots.html
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=900">
<title>Robots</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/icon.jpg">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Castoro"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic"
rel="stylesheet">
<!-- <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet'> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<table width="900" border="0" align="center" cellspacing="0" cellpadding="20">
<tr>
<td style="width:25%; vertical-align:middle; padding-right: 10px;">
<a href="index.html"><img src="assets/logo.png" height="100"></a>
</td>
<td style="width:15%; vertical-align:middle; text-align:center; padding-right: 5px;">
<a href="people.html" style="font-size: 22px; color:black">People</a>
</td>
<td style="width:15%; vertical-align:middle; text-align:center; padding-right: 10px;">
<a href="publications.html" style="font-size: 22px; color:black">Publications</a>
</td>
<td style="width:15%; vertical-align:middle; text-align:center; padding-right: 0px;">
<a href="research.html" style="font-size: 22px; color:black">Research</a>
</td>
<td style="width:15%; vertical-align:middle; text-align:center; padding-right: 0px;">
<a href="robots.html" style="font-size: 22px; color:black">Robots</a>
</td>
<td style="width:15%; vertical-align:middle; text-align:center; padding-right: 0px;">
<a href="join.html" style="font-size: 22px; color:black">Join</a>
</td>
</tr>
</table>
<br>
<table width="880" border="0" align="center" cellspacing="5" cellpadding="10">
<tr>
<td width="50%" valign="middle">
<img src="assets/neural_swarm.gif" width='100%' style="border-radius: 10px">
<p align="center" style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">Crazyflie 2.1 Micro Quadrotors</p>
</td>
<td width="50%" valign="middle">
<img src="assets/Go1.gif" width='100%' style="border-radius: 10px">
<p align="center" style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">Unitree Go1 Quadruped</p>
</td>
</tr>
</table>
<br>
<table width="880" border="0" align="center" cellspacing="5" cellpadding="10">
<tr>
<td width="50%" valign="middle">
<img src="assets/RC_Car.gif" width='100%' style="border-radius: 10px">
<p align="center" style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">1/10 Scale RACECAR/J "FlatNose" Robot</p>
</td>
<td width="50%" valign="middle">
<img src="assets/Go2_arm.gif" width='100%' style="border-radius: 10px">
<p align="center" style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">Unitree Go2 Quadruped + Arm</p>
</td>
</tr>
</table>
<br>
<table width="880" border="0" align="center" cellspacing="5" cellpadding="10">
<tr>
<td width="50%" valign="middle">
<img src="assets/H2O.gif" width='100%' style="border-radius: 10px">
<p align="center" style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">Unitree H1 Humanoid</p>
</td>
<td width="50%" valign="middle">
<img src="assets/16car.gif" width='100%' style="border-radius: 10px">
<p align="center" style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">1/16 Scale Racing Car</p>
</td>
</tr>
</table>
<br>
<table width="880" border="0" align="center" cellspacing="5" cellpadding="10">
<tr>
<td width="50%" valign="middle">
<img src="assets/ASAP.gif" width='100%' style="border-radius: 10px">
<p align="center" style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">Unitree G1 Humanoid</p>
</td>
<td width="50%" valign="middle">
<img src="assets/h1-2.png" width='100%' style="border-radius: 10px">
<p align="center" style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">Unitree H1-2 Humanoid</p>
</td>
</tr>
</table>
<br>
<table width="850" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" valign="middle">
<heading>These robots are coming soon!</heading>
</td>
</tr>
<tr>
<td width="100%" valign="middle">
<ul>
<li>FPV drones</li>
<li>Direct Drive Diablo wheeled biped</li>
</ul>
</td>
</tr>
</table>
<br>
<br>
<br>
</body>
</html>