Skip to content

Commit 0474c7a

Browse files
authored
Merge pull request #36 from dasc-lab/test_joon
Revised Joon's ICRA paper info
2 parents 9bec1cb + c319465 commit 0474c7a

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

content/papers/2024/2024-sparsest_r_robust_graphs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ image: /images/n_r_robust_graphs.png
1313
# specify the conference or journal that it was published in
1414
venue: "IEEE CDC 2024"
1515
# link to publisher site (optional)
16-
link:
16+
link: https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10886656
1717
# link to arxiv (optional)
1818
arxiv: https://arxiv.org/abs/2409.19465
1919
# link to github (optional)
2020
code:
2121
# link to video (optional)
2222
video:
2323
# link to pdf (optional)
24-
pdf:
24+
pdf: https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10886656
2525
# abstract
2626
abstract: "In recent years, the notion of r-robustness for the communication graph of the network has been introduced to address the challenge of achieving consensus in the presence of misbehaving agents. Higher r-robustness typically implies higher tolerance to malicious information towards achieving resilient consensus, but it also implies more edges for the communication graph. This in turn conflicts with the need to minimize communication due to limited resources in real-world applications (e.g., multi-robot networks). In this paper, our contributions are twofold. (a) We provide the subgraph structures and tight lower bounds on the number of edges required for graphs with a given number of nodes to reach the maximum robustness. (b) We then use the results of (a) to introduce two classes of graphs that utilize the least number of edges to maintain maximum robustness. Our work is validated through a series of simulations."
2727
# bib entry (optional). the |- is used to allow for multiline entry.

content/papers/2024/2024-strong_r_icra.md

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: papers
3+
# specify the title of the paper
4+
title: "Maintaining Strong r-Robustness in Reconfigurable Multi-Robot Networks using Control Barrier Functions"
5+
# specify the date it was published
6+
date: 2025-05-19
7+
# list the authors. if a "/people/id" page exists for the person, it will be linked. If not, the author's name is printed exactly as you typed it.
8+
authors:
9+
- haejoonl
10+
- dimitrapanagou
11+
# give the main figure location, relative to /static/
12+
image: /images/2025-icra_r.jpg
13+
# specify the conference or journal that it was published in
14+
venue: "IEEE ICRA 2025"
15+
# link to publisher site (optional)
16+
link:
17+
# link to arxiv (optional)
18+
arxiv: https://arxiv.org/abs/2409.14675
19+
# link to github (optional)
20+
code: https://github.com/joonlee16/Resilient-Leader-Follower-CBF-QP
21+
# link to video (optional)
22+
video: https://www.youtube.com/watch?v=QhoByZszucg&feature=youtu.be
23+
# link to pdf (optional)
24+
pdf: https://arxiv.org/pdf/2409.14675
25+
# abstract
26+
abstract: "In leader-follower consensus, strong r-robustness of the communication graph provides a sufficient condition for followers to achieve consensus in the presence of misbehaving agents. Previous studies have assumed that robots can form and/or switch between predetermined network topologies with known robustness properties. However, robots with distance-based communication models may not be able to achieve these topologies while moving through spatially constrained environments, such as narrow corridors, to complete their objectives. This paper introduces a Control Barrier Function (CBF) that ensures robots maintain strong r-robustness of their communication graph above a certain threshold without maintaining any fixed topologies. Our CBF directly addresses robustness, allowing robots to have flexible reconfigurable network structure while navigating to achieve their objectives. The efficacy of our method is tested through various simulation and hardware experiments
27+
# bib entry (optional). the |- is used to allow for multiline entry."
28+
bib:
29+
---

static/images/2025-icra_r.jpg

347 KB
Loading

static/images/strong_r_icra.png

-2.78 MB
Binary file not shown.

0 commit comments

Comments
 (0)