forked from slurm-lab-usc/slurm-lab-usc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·48 lines (42 loc) · 1.62 KB
/
index.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
---
layout: page
title: SLURM Lab at USC
subtitle: Sensing, Learning, and Understanding for Robotic Manipulation (SLURM)
---
<!--
NOTE(daniel): if we use the `home` layout, it will automatically write blog
posts at the end. For now let's not do this but we might reconsider if we
have stuff to write about.
-->
<style>
/* Adjust the page width just for this page alone. */
.container-md {
max-width: 1500px; /* Set your desired maximum width */
margin-left: auto;
margin-right: auto;
}
/* Add any other custom styles for the page */
body {
margin: 0; /* Set margin to 0 for the entire body */
}
</style>
<p>
The Sensing, Learning, and Understanding for Robotic Manipulation (SLURM) Lab at
the University of Southern California studies how we can enable robots to
interact with and manipulate geometrically and perceptually challenging objects.
Our long-term goal is to develop robots that can reliably manipulate objects in
less-structured and messier real world settings. To this end, we develop novel
methods for improving robotic manipulation by incorporating state of the art
machine learning algorithms, perception methods, and hardware platforms.
Professor Daniel Seita directs the SLURM Lab.
</p>
<p>
<b>We are actively recruiting students. If you are interested in joining the lab, please see the
<a href="https://slurm-lab-usc.github.io/getting_involved">Getting Involved</a> page.
</b>
</p>
<p>
Why the name SLURM? :-) It's a reference to
<a href="https://slurm.schedmd.com/">the cluster management and job scheduling system</a>
used for Linux clusters. It is very helpful for many research labs!
</p>