-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
424 lines (389 loc) · 22.2 KB
/
index.html
File metadata and controls
424 lines (389 loc) · 22.2 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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Site Metas -->
<title>Tinker Robot Team</title>
<meta name="keywords" content="Tinker, Robots">
<meta name="description" content="Tinker - The most professional Student Robot Team from Tsinghua University">
<meta name="author" content="Leung Dik Hin">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Site CSS -->
<link rel="stylesheet" href="style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="politics_version">
<!-- LOADER -->
<div id="preloader">
<div class="loader">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div><!-- end loader -->
<!-- END LOADER -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav" style="background-color: #555555;">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<img class="img-fluid" src="images/logo.png" alt="" style="width: 200px"/>
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> Menu <em class="fa fa-bars"></em></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Awards</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/members.html">Members</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/videos.html">Videos</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/documents.html">Documents</a>
</li>
<li class="nav-item dropdown">
<span class="nav-link js-scroll-trigger">Repositories</span>
<div class="dropdown-content">
<a href="https://github.com/tinkerfuroc">Homepage</a>
<a href="https://github.com/tinkerfuroc/tk25_decision/tree/dev-groceries">Behavior Tree</a>
<a href="https://github.com/tinkerfuroc/tk25_vision_train">Train Segmentation</a>
<a href="https://github.com/tinkerfuroc/tk26_vision">Vision</a>
<a href="https://github.com/tinkerfuroc/Tinker_gazebo_ros2_simulation">Simulation(Gazebo)</a>
<a href="https://github.com/tinkerfuroc/Tinker_sapien_simulation">Simulation(SAPIEN)</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div id="home" class="ct-header ct-header--slider ct-slick-custom-dots">
<div class="ct-slick-homepage" data-arrows="true" data-autoplay="false">
<div class="ct-header tablex item" data-background="images/compressed/Robocup@HomeChina2025.jpg">
<div class="ct-u-display-tablex">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-8 slider-inner">
<h1 class="big animated">Tinker Robot Team</h1>
<p class="animated">The future intelligent robotics team currently has more than 50 active members, covering more than ten faculties, including automation, electronics, computers, machinery, and the Academy of Fine Arts. They gather together with common hobbies, and establish an interest-oriented and project-oriented team operation model.</p>
<a class="btn-new from-middle animated js-scroll-trigger" href="#about">About us</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ct-header tablex item" data-background="images/compressed/Robocup@Home2025.jpg">
<div class="ct-u-display-tablex">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-8 slider-inner">
<h1 class="big animated">Tinker @ Rocobup</h1>
<p class="animated">The Tinker team has been participating in the RoboCup@Home competition since 2014. The competition is aimed at home service scenarios and examines robot dynamic mapping and navigation, voice recognition and analysis, item grabbing and placement, human body recognition and interaction and other technologies. After several years of accumulation and improvements, Tinker has become a strong team with a high technology level.</p>
<a class="btn-new from-middle animated js-scroll-trigger" href="#awards">More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ct-header tablex item" data-background="uploads/banner-03.jpg">
<div class="ct-u-display-tablex">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-8 slider-inner">
<h1 class="big animated">Tinker @ IROS</h1>
<p class="animated">In the 2019 IROS Robotic Grasping and Manipulation Competition, we won the first place and honorary team in two task categories. More than ten research institutions including universities participated in this competition, for example the University of Cambridge, MIT, University of Birmingham, University of Colorado and Tsinghua University, etc. Hence our success proved the feasibility and advanced nature of the robotic arm module.</p>
<a class="btn-new from-middle animated js-scroll-trigger" href="#awards">More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ct-header tablex item" data-background="images/compressed/Tinker-Daily-7.png">
<div class="ct-u-display-tablex">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-8 slider-inner">
<h1 class="big animated">Tinker Robot Team</h1>
<p class="animated">Striving for excellence</p>
<a class="btn-new from-middle animated js-scroll-trigger" href="#about">About Us</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- .ct-slick-homepage -->
</div><!-- .ct-header -->
<div id="about" class="section wb">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="message-box">
<h2>About FuRoC & Tinker</h2>
<p>Future Robotics Club, or FuRoC in short, develops from a student club that is made up of undergraduates from Tsinghua University, focusing on advanced robots, artificial intelligence technology and the related fields.</p>
<p>Future Robotics Club currently has more than 50 members, covering more than ten faculties, including automation, electronics, computers, software, precision instrument, electrical machinery, machinery, academy of aviation, and academy of fine arts. Together, we have established an interest-oriented and project-based team. Through project development, technology sharings, regular meetings, participations in international competitions and other activities, we maintain attention to the research dynamics and industrial development of robot-related fields at home and abroad, as well as continuous attempts to advanced technologies. Our team is a place for students to give play to their strengths and interest, and to grow together. Tinker participates in a lot of worldwide competitions each year.</p>
<!-- <p>Here, you can find students from a huge variety of subjects, including Conputer Science, Electronic Engineering, Automation, Mechanical Engineering, etc</p> -->
<p>Our approach involves tackling dexterous manipulation and grasping techniques in robots through a learning-based methodology. To facilitate our research, we have developed the SAPIEN simulation platform and conducted extensive investigations in the field of sim-to-real transfer. </p>
<ul>
<li><b>Follow Us</b></li>
<li><a href="https://github.com/tinkerfuroc" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCnm4oMV7eWw8A3wfVntq0HA" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
<li><a href="https://www.facebook.com/furoctinker" target="_blank"><i class="fa fa-facebook-square" aria-hidden="true"></i></a></li>
</ul>
<!-- <a class="btn-new from-middle animated" href="#">Download cv</a> -->
</div><!-- end messagebox -->
</div><!-- end col -->
<div class="col-md-6">
<div class="right-box-pro wow fadeIn">
<img src="images/about.jpg" width="100%" alt="" class="img-fluid img-rounded fat-ab">
</div><!-- end media -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end section -->
<div id="awards" class="section lb">
<div class="container">
<div class="section-title text-center">
<h3>Past Awards</h3>
<p>Competitions and Major Achievements by Tinker</p>
</div><!-- end title -->
<div class="row">
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="images/compressed/Zhongguancun2025.jpg" alt="" />
<figcaption>
<h3>Zhongguancun Embodied AI Competition</h3>
<p>17-18 November 2025</p>
<p>Beijing |China</p>
<p>First Prize</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="https://www.leaderobot.com/news/6719" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="images/compressed/Robocup@Home2025.jpg" alt="" />
<figcaption>
<h3>RoboCup@home 2025</h3>
<p>15 July 2025</p>
<p>Salvador | Brazil</p>
<br>
<p>Rank 8</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="https://2025.robocup.org/robocuphome/" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="images/compressed/Robocup@HomeChina2025.jpg" alt="" />
<figcaption>
<h3>RoboCup@Home China 2025</h3>
<p>1 May 2025</p>
<p>Beijing | China</p>
<br>
<p>Third Prize</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="http://crc.drct-caa.org.cn" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="images/compressed/EmbodiedIntelligentRobotSportsCompetition2025.jpg" alt="" />
<figcaption>
<h3>Embodied Intelligent Robot Sports Competition 2025</h3>
<p>25-26 April 2025</p>
<p>Jiangsu | China</p>
<p>Anthropomorphic Design Award</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="https://www.worldrobotconference.com/contest/EmbodiedArtificialIntelligence/2025.html" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="images/compressed/Tinker@Robocup2024.jpg" alt="" />
<figcaption>
<h3>RoboCup@home 2024</h3>
<p>17-21 July 2024</p>
<p>Eindhoven | Netherlands</p>
<br>
<p>Participation</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="https://2024.robocup.org" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="images/compressed/Tinker@Robocup_ap2024.jpg" alt="" />
<figcaption>
<h3>RoboCup@home Asia Pacific 2024</h3>
<p>20-23 June 2024</p>
<p>Tianjin | China</p>
<br>
<p>Rank 3</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="https://robocupap.org" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="images/compressed/Tinker@Robocup_china2024.jpg" alt="" />
<figcaption>
<h3>RoboCup@home China 2024</h3>
<p>17-19 May 2024</p>
<p>Quanzhou | China</p>
<br>
<p>The Third Prize</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="http://crc.drct-caa.org.cn" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="uploads/blog-01.jpg" alt="" />
<figcaption>
<h3>RoboCup@home 2019</h3>
<p>2-8 July 2019</p>
<p>Sydney | Australia</p>
<br>
<p>Rank 7</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="https://2019.robocup.org/" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="uploads/blog-02.jpg" alt="" />
<figcaption>
<h3>IROS 2019</h3>
<p>4-8 November 2019</p>
<p>Macau | China</p>
<br>
<p>Logistics - First Place</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="https://www.iros2019.org/" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="uploads/blog-03.jpg" alt="" />
<figcaption>
<h3>RoboCup@home 2017</h3>
<p>25-31 July 2017</p>
<p>Nagoya | Japan</p>
<br>
<p>Participation</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="https://www.robocup2017.org/" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="uploads/blog-04.jpg" alt="" />
<figcaption>
<h3>RoboCup@home 2016</h3>
<p>28 June - 4 July 2016</p>
<p>Leipzig | Germany</p>
<br>
<p>Rank 5</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="http://2016.robocup.org/" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="uploads/blog-05.jpg" alt="" />
<figcaption>
<h3>RoboCup@home 2015</h3>
<p>17 - 23 July 2015</p>
<p>Hefei | China</p>
<br>
<p>Rank 10</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="https://www.robocup2015.org/" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<figure class="snip1401">
<img src="uploads/blog-06.jpg" alt="" />
<figcaption>
<h3>RoboCup@home 2014</h3>
<p>19 - 25 July 2014</p>
<p>João Pessoa | Brazil</p>
<br>
<p>Rank 10</p>
</figcaption>
<i class="ion-ios-home-outline"></i>
<a href="http://www.robocup2014.org/" target="_blank"></a>
</figure>
</div>
</div>
</div>
</div>
<div class="copyrights">
<div class="container">
<div class="footer-distributed">
<div class="footer-left">
<p class="footer-company-name"><font color=#929292>All Rights Reserved. © 2024 Tinker Robot Team</font></p>
</div>
</div>
</div><!-- end container -->
</div><!-- end copyrights -->
<a href="#" id="scroll-to-top" class="dmtop global-radius"><i class="fa fa-angle-up"></i></a>
<!-- ALL JS FILES -->
<script src="js/all.js"></script>
<!-- Camera Slider -->
<script src="js/jquery.mobile.customized.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/parallaxie.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/animated-slider.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- ALL PLUGINS -->
<script src="js/custom.js"></script>
</body>
</html>