Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
agile-flight-with-opt-embedded-nets committed Dec 17, 2024
1 parent ca4ba0e commit dbb32a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ <h1 class="title is-1 publication-title">Dynamically Feasible Trajectory Generat
<div class="column has-text-centered">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<!-- <span class="link-block">
<a href="./resources/article.pdf"
class="external-link button is-normal is-rounded is-dark" target="_blank">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
</span> -->

<!-- arXiv Link. -->
<!-- <span class="link-block">
Expand Down Expand Up @@ -201,7 +201,7 @@ <h1 class="title is-1 publication-title">Dynamically Feasible Trajectory Generat
<h2 class="title is-2">Abstract</h2>
<div class="content has-text-justified">
<p>
This paper aims to bridge perception and planning in navigation systems by learning optimal trajectories from depth information in an end-to-end fashion. However, using neural networks as black-box replacements for traditional mod- ules risks scalability and adaptability. Moreover, such methods often fall short in sufficiently incorporating the robot’s dynamic constraints, resulting in trajectories that are either inadequately executable or unexpectedly aggressive, diverging from user expectations. In this paper, we fuse the benefits of conventional methods and neural networks by introducing an optimization- embedded network based on a compact trajectory library. The network distills spatial constraints, which are then applied to model-based spatial-temporal trajectory optimization, yielding feasible and optimal solutions. By making the optimization differentiable, our model seamlessly approximates the optimal trajectory. Additionally, the introduced regularized trajectory library permits efficient capture of the spatial distribution of optimal trajectories with minimal storage cost, safeguarding multimodal planning features. Benchmarking demonstrates the outstanding performance of our method in trajectory smoothness, success rate, and constraint satisfaction. Real- world flight experiments with an onboard computer showcase the autonomous quadrotor’s ability to navigate swiftly through dense forests.
This paper aims to bridge perception and planning in navigation systems by learning optimal trajectories from depth information in an end-to-end fashion. However, using neural networks as black-box replacements for traditional modules risks scalability and adaptability. Moreover, such methods often fall short in sufficiently incorporating the robot's dynamic constraints, resulting in trajectories that are either inadequately executable or unexpectedly aggressive, diverging from user expectations. In this paper, we fuse the benefits of conventional methods and neural networks by introducing an optimization-embedded network based on a compact trajectory library. The network distills spatial constraints, which are then applied to model-based spatial-temporal trajectory optimization, yielding feasible and optimal solutions. By making the optimization differentiable, our model seamlessly approximates the optimal trajectory. Additionally, the introduced regularized trajectory library permits efficient capture of the spatial distribution of optimal trajectories with minimal storage cost, safeguarding multimodal planning features. Benchmarking demonstrates the outstanding performance of our method in trajectory smoothness, success rate, and constraint satisfaction. Real-world flight experiments with an onboard computer showcase the autonomous quadrotor’s ability to navigate swiftly through dense forests.
</p>
</div>
</div>
Expand Down
Binary file removed resources/article.pdf
Binary file not shown.

0 comments on commit dbb32a8

Please sign in to comment.