Skip to content

Commit 3bb5037

Browse files
committed
Merge branch 'main' into papers/add_panagous_old_papers
2 parents a253d1f + e032c1a commit 3bb5037

23 files changed

+132
-13
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
--gc \
6262
--minify \
6363
--baseURL "${{ steps.pages.outputs.base_url }}/"
64+
- name: Index pagefind
65+
run: npx -y pagefind --source "public"
6466
- name: Upload artifact
6567
uses: actions/upload-pages-artifact@v3
6668
with:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: code
3+
title: "Online Adaptive CBFs"
4+
date: 2024-10-22
5+
code: https://github.com/tkkim-robot/online_adaptive_cbf
6+
---

content/code/2024-safe-control.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: code
3+
title: "Safety-Critical Controllers for Robotic Navigation"
4+
date: 2024-07-10
5+
code: https://github.com/tkkim-robot/safe_control
6+
---

content/code/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Code # force it to not be plural
3+
---
4+
5+
Here is some content

content/papers/2021/2021-iccbfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
- dimitrapanagou
1010
link: https://doi.org/10.1109/CDC45484.2021.9682938
1111
arxiv:
12-
code:
12+
code: https://github.com/dev10110/Input-Constrained-Control-Barrier-Functions
1313
abstract: "This paper introduces the notion of an Input
1414
Constrained Control Barrier Function (ICCBF), as a method to
1515
synthesize safety-critical controllers for nonlinear control-affine

content/papers/2022/2022-differentially-flat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ link: https://doi.org/10.1109/LCSYS.2021.3136465
1717
# link to arxiv (optional)
1818
arxiv:
1919
# link to github (optional)
20-
code:
20+
code: https://github.com/dev10110/Multirate-Controllers-for-Differentially-Flat-Systems
2121
# link to video (optional)
2222
video:
2323
# link to pdf (optional)

content/papers/2022/2022-observer-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
- dimitrapanagou
1010
link: https://doi.org/10.1109/LCSYS.2022.3185142
1111
arxiv:
12-
code:
12+
code: https://github.com/dev10110/robust-safe-observer-controllers
1313
abstract: "This letter addresses the synthesis of safety-critical controllers using estimate feedback. We propose an observer-controller interconnection to ensure that the nonlinear system remains safe despite bounded disturbances on the system dynamics and measurements that correspond to partial state information. The co-design of observers and controllers is critical, since even in undisturbed cases, observers and controllers designed independently may not render the system safe. We propose two approaches to synthesize observer-controller interconnections. The first approach utilizes Input-to-State Stable observers, and the second uses Bounded Error observers. Using these stability and boundedness properties of the observation error, we construct novel Control Barrier Functions that impose inequality constraints on the control inputs which, when satisfied, certifies safety. We propose quadratic program-based controllers to satisfy these constraints, and prove Lipschitz continuity of the derived controllers. Simulations and experiments on a quadrotor demonstrate the efficacy of the proposed methods."
1414
excerpt:
1515
pdf: /pdfs/2022-observer-controller.pdf

content/papers/2024/2024-eclares.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image: /images/2024-eclares.png
1111
venue: "IEEE ICRA 2024"
1212
link: https://doi.org/10.1109/ICRA57147.2024.10611286
1313
arxiv: https://arxiv.org/abs/2310.06933
14-
code: https://github.com/kalebbennaveed/Eclares.git
14+
code: https://github.com/kalebbennaveed/Eclares
1515
video: https://youtu.be/1ZCgxlHitzk
1616
abstract: "Planning informative trajectories while considering the spatial distribution of the information over the environment, as well as constraints such as the robot’s limited battery capacity, makes the long-time horizon persistent coverage problem complex. Ergodic search methods consider the spatial distribution of environmental information while optimizing robot trajectories; however, current methods lack the ability to construct the target information spatial distribution for environments that vary stochastically across space and time. Moreover, current coverage methods dealing with battery capacity constraints either assume simple robot and battery models or are computationally expensive. To address these problems, we propose a framework called Eclares, in which our contribution is two-fold. 1) First, we propose a method to construct the target information spatial distribution for ergodic trajectory optimization using clarity, an information measure bounded between [0, 1]. The clarity dynamics allow us to capture information decay due to a lack of measurements and to quantify the maximum attainable information in stochastic spatiotemporal environments. 2) Second, instead of directly tracking the ergodic trajectory, we introduce the energy-aware (eware) filter, which iteratively validates the ergodic trajectory to ensure that the robot has enough energy to return to the charging station when needed. The proposed eware filter is applicable to nonlinear robot models and is computationally lightweight. We demonstrate the working of the framework through a simulation case study."
1717
pdf: /pdfs/2024-eclares.pdf

content/people/kavinmgovindarajan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: PhD
55
# give the path relative to static/
66
image: "/images/kavinmgovindarajan.jpg"
77
# start year, used for sorting
8-
year: 2024
8+
year: 2024
99
# link to personal website (optional)
1010
link: "https://kmgovind.github.io/DigitalPortfolio/"
1111
# email id (optional)

content/search.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Search
3+
layout: search
4+
---

0 commit comments

Comments
 (0)