-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Differentiable Collision-Free Parametric Corridors | ||
|
||
description: | | ||
A differentiable collision-free corridor generator. | ||
people: | ||
- jon_arrizabalaga | ||
- zac | ||
|
||
layout: project | ||
image: "SEE GIF attached" | ||
last-updated: 2024-07-24 | ||
--- | ||
|
||
This paper presents a method to compute differentiable collision-free parametric corridors. In contrast to existing solutions that decompose the obstacle-free space into multiple convex sets, the continuous corridors computed by our method are smooth and differentiable, making them compatible with existing numerical techniques for learning and optimization. To achieve this, we represent the collision-free corridors as a path-parametric off-centered ellipse with a polynomial basis. We show that the problem of maximizing the volume of such corridors is convex, and can be efficiently solved. To assess the effectiveness of the proposed method, we examine its performance in a synthetic case study and subsequently evaluate its applicability in a real-world scenario from the KITTI dataset. | ||
|
||
# Resources | ||
* Code: https://github.com/jonarriza96/corrgen | ||
* Video: https://youtu.be/MvC7bPodXz8 | ||
* Paper: https://arxiv.org/pdf/2407.12283 |