-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathobjectives.html
More file actions
56 lines (55 loc) · 4.65 KB
/
objectives.html
File metadata and controls
56 lines (55 loc) · 4.65 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
<!DOCTYPE html>
<html>
<head>
<title>SQUIRREL</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<meta name="description" content="This is the website of the EU funded project "SQUIRREL - Clearing Clutter Bit by Bit", which addresses challenges posed to robots by cluttered environments.">
<meta name="keywords" content="robot project EU clutter">
</head>
<body class="objectives">
<div id="header">
<div class="imageContainer centered ">
<img src="images/logo.png" />
</div>
<div id="navigation">
<ul class="centered">
<li class="home"><a href="home.html">Home</a></li>
<li class="objectives"><a href="objectives.html">Objectives</a></li>
<li class="consortium"><a href="consortium.html">Consortium</a></li>
<li class="work-packages"><a href="work-packages.html">Work packages</a></li>
<li class="media"><a href="media.html">Media</a></li>
<li class="contacts"><a href="contacts.html">Contacts</a></li>
<li class="public-deliverables"><a href="public-deliverables.html">Public Deliverables</a></li>
<li class="publications"><a href="publications.html">Publications</a></li>
<li class="ci-server"><a href="buildbot.html">Buildbot server</a></li>
</ul>
</div>
</div>
<div class="content centered">
<h1>OBJECTIVES</h1>
<p>Clutter in an open world is a challenge for many aspects of robotic systems, especially for autonomous robots deployed in unstructured domestic settings, affecting navigation, manipulation, vision, human robot interaction and planning.</p>
<img src="images/nao_chaos1.jpg" alt="NAO cleaning up" width="400" style="float:right">
<p>SQUIRREL addresses these issues by actively controlling clutter and incrementally learning to extend the robot’s capabilities while doing so. We term this the B3 (bit by bit) approach, as the robot tackles clutter one bit at a time and also extends its knowledge continuously as new bits of information become available. SQUIRREL is inspired by a user driven scenario, that exhibits all the rich complexity required to convincingly drive research, but allows tractable solutions with high potential for exploitation. We propose a toy cleaning scenario, where a robot learns to collect toys scattered in loose clumps or tangled heaps on the floor in a child’s room, and to stow them in designated target locations.</p>
<p>We will advance science w.r.t. manipulation, where we will incrementally learn grasp affordances with a dexterous hand; segmenting and learning objects and object category models from a cluttered scene; localisation and navigation in a crowded and changing scene based on incrementally built 3D environment models; iterative task planning in an open world; and engaging with multiple users in a dynamic collaborative task.</p>
<p>Progress will be measured in scenarios of increasing complexity, starting with known object classes, via incremental learning of objects and grasp affordances to the full system with failure recovery and active control of clutter, instantiated on two different robot platforms. Systems will be evaluated in nurseries and day cares, where children playfully engage with the robot to teach it to how to clean up.</p>
</div>
<div id="footer">
<div class="centered">
<div class="partners">
<div class="partner seventhFramework">
<a class="imageContainer" href="http://cordis.europa.eu/fp7/ict" target="_blank"><img src="images/eu-flag.gif" alt="EUROPEAN COMMISSION 7TH FRAMEWORK" height="90"/> <img src="images/fp7.jpg" alt="EUROPEAN COMMISSION 7TH FRAMEWORK" /></a>
<a class="text" href="http://cordis.europa.eu/fp7/ict" target="_blank">EUROPEAN COMMISSION 7TH FRAMEWORK</a>
</div>
</div>
<div class="funding "><span class="title">FUNDING</span>This project is funded by the European Community's Seventh Framework Programme under grant agreement No 610532.</div>
<div id="data-protection"><ul class="centered"><li class="data-protection"><a href="data-protection.html"><br>Data Protection</a></li></ul></div>
<div id="impresum"><ul class="centered"><li class="impresum"><a href="impresum.html"><br>Impresum</a></li></ul></div>
</div>
</div>
</div>
</body>
</html>