-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from biaslab/dev-acc2024
add ACC paper Bart
- Loading branch information
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
content/publication/multi-agent_trajectory_planning_NUV.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
+++ | ||
abstract = "This paper presents a probabilistic model-based approach to centralized multi-agent trajectory planning. This approach allows for incorporating uncertainty of the state and dynamics of the agents directly in the model. Probabilistic inference is then efficiently automated using message passing. The recently introduced normal-with-unknown-variance (NUV) priors are used to prevent collisions between agents and obstacles. Furthermore, a new expectation-maximization inference scheme is derived for box and half-space NUV priors, which takes state uncertainty into account when avoiding collisions." | ||
date = "2024-07-10" | ||
image = "" | ||
image_preview = "" | ||
math = false | ||
publication = "2024 American Control Conference" | ||
publication_short = "ACC 2024" | ||
to_be_published = false | ||
selected = false | ||
title = "Multi-Agent Trajectory Planning with NUV Priors" | ||
url_code = "https://github.com/biaslab/MultiAgentTrajectoryPlanning" | ||
url_dataset = "" | ||
url_pdf = "https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10645034" | ||
url_project = "" | ||
url_video = "" | ||
url_custom = [{name = "IEEE", url = "https://ieeexplore.ieee.org/document/10645034"}] | ||
|
||
[[authors]] | ||
id = "bart" | ||
[[authors]] | ||
id = "dmitry" | ||
[[authors]] | ||
id = "albert" | ||
[[authors]] | ||
id = "ismail" | ||
[[authors]] | ||
id = "bert" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters