-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathisler2015finding.html
More file actions
38 lines (35 loc) · 3.01 KB
/
isler2015finding.html
File metadata and controls
38 lines (35 loc) · 3.01 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">Finding and Tracking Targets in the Wild: Algorithms and Field Deployments</h2>
<h3>Volkan Isler · Narges Noori · Patrick Plonski · Alessandro Renzaglia · Pratap Tokekar · Joshua Vander Hook</h3>
<p><i>International Symposium on Safety, Security, and Rescue Robotics</i>
<i></i>
<i>2015</i>
</p><a href="pubs/isler2015finding.pdf">pdf</a> ·
<h4>Abstract</h4><p>We describe our efforts on building a robotic system for detecting and tracking radio-tagged invasive fish using teams of autonomous ground and surface vehicles. In addition to system building and field experiments, our efforts clustered around three fundamental problems: (1) Search: how to find the target as quickly as possible, (2) Active localization: how to actively choose measurement locations to accurately estimate target locations, and (3) Long-term autonomy through energy-efficiency and harvesting. We present specific problem formulations and a summary of our results so far. We conclude the paper with a discussion on our progress and next steps.</p><blockquote>@inproceedings{ isler2015finding,<br /> title = "Finding and Tracking Targets in the Wild: Algorithms and Field Deployments",<br /> author = {Volkan Isler and Narges Noori and Patrick Plonski and Alessandro Renzaglia and Pratap Tokekar and Joshua {Vander Hook}},<br /> booktitle = {International Symposium on Safety, Security, and Rescue Robotics},<br /> year = "2015",<br /> doi = "10.1109/SSRR.2015.7442996",<br />}</blockquote></div></body>
</html>