-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1003 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 1003 Bytes
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
---
layout: page
tags: home
---
<div>
<br>
<img src="{{ site.baseurl }} /images/front/collab.png" style="width:100%; height:100%;">
<br>
<br>
<p>Welcome to the Collaborative Robotics Lab (Collab) at Virginia Tech!
We create learning and control algorithms for robots that collaborate with people.
Our goal is to develop intelligent robots that understand — and are understood by — their human partners.
These robots personalize their behavior: continually adapting to what the human wants and proactively helping them to achieve their goals.
Overall, our research explores the intersection of human-robot interaction, machine learning, and control theory,
with applications in personal, interactive, and assistive robots.</p>
<h3>News</h3>
<ul>
{% for item in site.data.news limit:5%}
<li>{{ item.text }}</li>
{% endfor %}
</ul>
<br>
<img src="{{ site.baseurl }} /images/front/lab-spring21.png" style="width:100%; height:100%;">
<br>
</div>