Skip to content

Commit

Permalink
upload corridors project
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogelson authored Jul 25, 2024
1 parent 0952945 commit 859ac9d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _projects/collision_free_corridors.md
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

0 comments on commit 859ac9d

Please sign in to comment.