-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsung2017algorithm.html
More file actions
38 lines (35 loc) · 2.31 KB
/
sung2017algorithm.html
File metadata and controls
38 lines (35 loc) · 2.31 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">Algorithm for Searching and Tracking an Unknown and Varying Number of Mobile Targets using a Limited FoV Sensor</h2>
<h3>Yoonchang Sung · Pratap Tokekar</h3>
<p><i>Proceedings of IEEE International Conference on Robotics and Automation</i>
<i></i>
<i>2017</i>
</p><h4>Abstract</h4><p></p><blockquote>@inproceedings{ sung2017algorithm,<br /> title = "Algorithm for Searching and Tracking an Unknown and Varying Number of Mobile Targets using a Limited FoV Sensor",<br /> author = {Yoonchang Sung and Pratap Tokekar},<br /> booktitle = {Proceedings of IEEE International Conference on Robotics and Automation},<br /> year = "2017",<br />}</blockquote><div class="videowrapper"><iframe width="560" height="315" src="https://www.youtube.com/embed/tEBHzm2Xlpo" frameborder="0" allowfullscreen></iframe>
</div></div></body>
</html>