-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathvanderhook2014cautious.html
More file actions
39 lines (36 loc) · 3.9 KB
/
vanderhook2014cautious.html
File metadata and controls
39 lines (36 loc) · 3.9 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
<!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">Cautious Greedy Strategy for Bearing-Only Active Localization: Analysis and Field Experiments</h2>
<h3>Joshua Vander Hook · Pratap Tokekar · Volkan Isler</h3>
<p><i></i>
<i>Journal of Field Robotics</i>
<i>2014</i>
</p><a href="pubs/vanderhook2014cautious.pdf">pdf</a> ·
<h4>Abstract</h4><p>We study the problem of optimally choosing bearing measurement locations for localizing a stationary target in minimum time. The targets are transmitting radio tags, and bearing measurements are acquired from radio signal strength by a robot carrying a direction-sensitive radio antenna. Actively localizing radio tags has many applications in surveillance, search and rescue, and environmental monitoring. Our work is motivated by the task of monitoring radio-tagged invasive fish using autonomous vehicles. An active localization algorithm is provided in order to locate a target up to the desired uncertainty. The time required to locate the target includes time spent traveling as well as taking measurements. Since bearing measurements inferred from radio signals have an inherent ambiguity associated with them, the proposed algorithm chooses measurements to minimize the effect of ambiguous measurements on the target estimate. We present a closed-form bound on the time required to locate a target using the presented active localization strategy. We also present the first known lower bound on the time required by any active localization algorithm (including the unknown optimal). Finally, we bound the ratio of the upper and lower bounds, showing that the expected cost of our algorithm is within a constant factor of the expected cost of the optimal solution. Robust initialization strategies that are motivated by practical sensing limitations are also provided. Our algorithm is shown to reliably locate radio tags to a desired uncertainty in simulations and multiple field experiments.</p><blockquote>@article{ vanderhook2014cautious,<br /> title = "Cautious Greedy Strategy for Bearing-Only Active Localization: Analysis and Field Experiments",<br /> author = {Joshua {Vander Hook} and Pratap Tokekar and Volkan Isler},<br /> journal = {Journal of Field Robotics},<br /> year = "2014",<br /> doi = "10.1002/rob.21499",<br />}</blockquote><div class="videowrapper"><iframe width="560" height="315" src="https://www.youtube.com/embed/6IEZQQ5eh5o" frameborder="0" allowfullscreen></iframe>
</div></div></body>
</html>