Skip to content

Commit 538da1b

Browse files
authored
Merge pull request #24 from dasc-lab/feat/code
created code tab
2 parents 084b655 + 562def8 commit 538da1b

21 files changed

+131
-21
lines changed
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+
---
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+
---
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+
---
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/2022-coverage-maximizing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: "Coverage-Maximizing Solar-Powered Autonomous Surface Vehicle Control fo
44
date: 2022-06-10
55
image: /images/15astarPathOverCoverage.png
66
venue: "IEEE ACC 2022"
7-
authors:
7+
authors:
88
- kavinmgovindarajan
99
- Ben Haydon
1010
- Kirti Mishra
1111
- Christopher Vermillion
12-
code: https://github.com/kmgovind/acc-2022
12+
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
1515
the vicinity of Cape Hatteras, is estimated to possess over 160

content/papers/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-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/2023-predictive-velocity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Predictive Velocity Trajectory Control for a Persistently Operating Sol
44
date: 2023-07-03
55
image: /images/soc_v_time.png
66
venue: "IEEE ACC 2023"
7-
authors:
7+
authors:
88
- kavinmgovindarajan
99
- Ben Haydon
1010
- Christopher Vermillion

0 commit comments

Comments
 (0)