-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtokekar2013asensor.html
More file actions
38 lines (35 loc) · 3.44 KB
/
tokekar2013asensor.html
File metadata and controls
38 lines (35 loc) · 3.44 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pratap Tokekar</title>
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/combo?pure/0.6.0/base-min.css&pure/0.6.0/grids-min.css&pure/0.6.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="http://yui.yahooapis.com/combo?pure/0.6.0/base-min.css&pure/0.6.0/grids-min.css&pure/0.6.0/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="scripts/custom.css">
<link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="header">
<ul class="menu">
<li class="menu-item"><a href="index.html" class="menu-link">about</a></li>
<li class="menu-item"><a href="index.html#news" class="menu-link">news</a></li>
<li class="menu-item"><a href="http://www.raas.ece.vt.edu/" class="menu-link">research</a></li>
<li class="menu-item"><a href="http://www.raas.ece.vt.edu/publications/" class="menu-link">publications</a></li>
<li class="menu-item"><a href="index.html#teaching" class="menu-link">teaching</a></li>
<li class="menu-item"><a href="index.html#service" class="menu-link">service</a></li>
<li class="menu-item"><a href="docs/Tokekar_CV.pdf" class="menu-link">cv</a></li>
</ul>
</div>
<div class="panel"><h2 class="section">Sensor Placement and Selection for Bearing Sensors with Bounded Uncertainty</h2>
<h3>Pratap Tokekar · Volkan Isler</h3>
<p><i>Proceedings of IEEE International Conference on Robotics and Automation</i>
<i></i>
<i>2013</i>
</p><a href="pubs/tokekar2013asensor.pdf">pdf</a> ·
<h4>Abstract</h4><p>We study the problem of placing bearing sensors so as to estimate the location of a target in a square environment. We consider sensors with unknown but bounded noise: the true location of the target is guaranteed to be in a 2α-wedge around the measurement, where α is the maximum noise. The quality of the placement is given by the area or diameter of the intersection of measurements from all sensors in the worst-case (i.e. regardless of the target’s location). We study the bi-criteria optimization problem of placing a small number of sensors while guaranteeing a worst-case bound on the uncertainty. Our main result is a constant-factor approximation: We show that in general when α ≤ π 4, at most 9n sensors placed on a triangular grid has diameter and area uncertainty of at most 5.88UD and 7.76UA respectively, where n, UD and UA are the number of sensors, diameter and area uncertainty of an optimal algorithm. In obtaining these results, we present some structural properties which may be of independent interest. We also show that in the triangular grid placement, only a constant number of sensors need to be activated to achieve the desired uncertainty, a property that can be used for designing energy/bandwidth efficient sensor selection schemes.</p><blockquote>@inproceedings{ tokekar2013asensor,<br /> title = "Sensor Placement and Selection for Bearing Sensors with Bounded Uncertainty",<br /> author = {Pratap Tokekar and Volkan Isler},<br /> booktitle = {Proceedings of IEEE International Conference on Robotics and Automation},<br /> year = "2013",<br /> doi = "10.1109/ICRA.2013.6630920",<br />}</blockquote></div></body>
</html>