Skip to content

Commit 10dc0a7

Browse files
committed
Added kavins papers
1 parent 235c5ca commit 10dc0a7

16 files changed

+80
-19
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: news
3+
title: "IEEE TCAC Best Student Paper Award"
4+
date: 2024-07-14
5+
---
6+
7+
Our paper ["Sensor-based Planning and Control for Robotic Systems: Introducing Clarity and Perceivability"](/papers/2023-perceivability) has won the IEEE Technical Committee on Aerospace Controls (TCAC) best paper award.

content/papers/2022-coverage-maximizing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
layout: papers
33
title: "Coverage-Maximizing Solar-Powered Autonomous Surface Vehicle Control for Persistent Gulf Stream Observation"
44
date: 2022-06-10
5-
image: /images/default_paper.png
5+
image: /images/15astarPathOverCoverage.png
66
venue: "IEEE ACC 2022"
77
authors:
88
- kavinmgovindarajan
99
- Ben Haydon
1010
- Kirti Mishra
11-
- Chris Vermillion
11+
- Christopher Vermillion
1212
code: https://github.com/kmgovind/acc-2022
1313
abstract: "The Gulf Stream, which comes within 100 km
1414
of the United States coastline in both the Florida Straits and
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: papers
3+
title: "Predictive Velocity Trajectory Control for a Persistently Operating Solar-Powered Autonomous Surface Vessel"
4+
date: 2023-07-03
5+
image: /images/soc_v_time.png
6+
venue: "IEEE ACC 2023"
7+
authors:
8+
- kavinmgovindarajan
9+
- Ben Haydon
10+
- Christopher Vermillion
11+
code: https://github.com/kmgovind/speed-controller
12+
abstract: "The Gulf Stream represents a major potential
13+
resource for renewable energy but is presently only sparsely
14+
characterized via radar, buoys, gliders, and intermittently op-
15+
erating human-operated research vessels. Dramatically greater
16+
resolution is possible through the use of persistently operating
17+
autonomous surface vessels (ASVs), which can be powered
18+
by wind, wave, or solar resources. Optimizing the control of
19+
these ASVs, taking into account the device and environmental
20+
properties, is crucial to obtaining good data. An ASV’s path and
21+
velocity profile along that path both significantly influence the
22+
amount of a mission domain that can be covered and, ultimately,
23+
the scientific quality of the mission. While our previous work
24+
focused on optimizing the path of a solar-powered ASV with
25+
fixed speed, the present work represents the complement:
26+
optimizing the speed for a given path, accounting for the ASV
27+
dynamics, flow resource, and solar resource. We perform this
28+
optimization through a model predictive controller that maxi-
29+
mizes the projected distance traversed, with a terminal incentive
30+
that captures the estimated additional long-duration range that
31+
is achievable from a given terminal battery state of charge.
32+
We present simulation results based on the SeaTrac SP-48
33+
ASV, Mid-Atlantic Bight/South-Atlantic Bight Regional Ocean
34+
Model, and European Centre for Medium-Range Weather
35+
Forecasts solar model. Our results show improved performance
36+
relative to simpler heuristic controllers that aim to maintain
37+
constant speed or constant state of charge. However, we also
38+
show that the design of the MPC terminal incentive and design
39+
of the heuristic comparison controller can significantly impact
40+
the achieved performance; by examining underlying simulation
41+
results for different designs, we are able to identify likely causes
42+
of performance discrepancies."
43+
pdf: /pdfs/2023-persistent-velocity.pdf
44+
---

content/papers/2024-multiagent-coverage.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ authors:
99
- dimitrapanagou
1010
arxiv: https://arxiv.org/abs/2403.17917v1
1111
code: https://github.com/dev10110/multiagent-clarity-based-dynamic-coverage/
12-
abstract: "This paper presents two algorithms for multi-agent dynamic coverage in spatiotemporal environments, where
13-
the coverage algorithms are informed by the method of data
14-
assimilation. In particular, we show that by considering the
15-
information assimilation algorithm, here a Numerical Gaussian
16-
Process Kalman Filter, the influence of measurements taken
17-
at one position on the uncertainty of the estimate at another
18-
location can be computed. We use this relationship to propose
19-
new coverage algorithms. Furthermore, we show that the con-
20-
trollers naturally extend to the multi-agent context, allowing for
21-
a distributed-control central-information paradigm for multi-
22-
agent coverage. Finally, we demonstrate the algorithms through
23-
a realistic simulation of a team of UAVs collecting wind data
24-
over a region in Austria."
12+
abstract: "This paper presents two algorithms for multi-agent dynamic coverage in spatiotemporal environments, where the coverage algorithms are informed by the method of data assimilation. In particular, we show that by explicitly modeling the environment using a Gaussian Process (GP) model, and considering the sensing capabilities and the dynamics of a team of robots, we can design an estimation algorithm and multi-agent coverage controller that explores and estimates the state of the spatiotemporal environment. The uncertainty of the estimate is quantified using clarity, an information-theoretic metric, where higher clarity corresponds to lower uncertainty. By exploiting the relationship between GPs and Stochastic Differential Equations (SDEs) we quantify the increase in clarity of the estimated state at any position due to a measurement taken from any other position. We use this relationship to design two new coverage controllers, both of which scale well with the number of agents exploring the domain, assuming the robots can share the map of the clarity over the spatial domain via communication. We demonstrate the algorithms through a realistic simulation of a team of robots collecting wind data over a region in Austria."
2513
pdf: /pdfs/2024-multiagent-coverage.pdf
26-
---
14+
---

content/people/devanshagrawal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ category: PhD
44
image: "/images/devanshagrawal.jpg"
55
year: 2020
66
link: https://dev10110.github.io
7-
7+
mail: mailto:[email protected]
88
---

content/people/dmrc.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Daniel Cherenson
3+
# choose a category from [Faculty, PostDoc, PhD, Masters, Visiting, Alumni]. Be careful about the capitalization.
4+
category: PhD
5+
# give the path relative to static/
6+
image: "/images/cherenson.jpg"
7+
# start year, used for sorting
8+
year: 2024
9+
# link to personal website (optional)
10+
link:
11+
# email id (optional)
12+
mail: mailto:[email protected]
13+
---

content/people/haejoonl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ year: 2023
99
# link to personal website (optional)
1010
link:
1111
# email id (optional)
12-
12+
mail: mailto:[email protected]
1313
---

content/people/kalebbennaveed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: Kaleb Ben Naveed
33
category: "PhD"
44
image: /images/kalebbennaveed.jpeg
55
year: 2022
6+
mail: mailto:[email protected]
67
---

content/people/kavinmgovindarajan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Kavin M. Govindarajan'
2+
title: ' Kavin M. Govindarajan '
33
# choose a category from [Faculty, PostDoc, PhD, Masters, Visiting, Alumni]. Be careful about the capitalization.
44
category: PhD
55
# give the path relative to static/

content/people/taekyungkim.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Taekyung Kim
3+
category: PhD
4+
image: "/images/taekyungkim.jpg"
5+
year: 2023
6+
link: https://taekyung.me
7+
mail: mailto:[email protected]
8+
---

0 commit comments

Comments
 (0)