Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KafuuChikai committed Dec 2, 2024
1 parent 5559d09 commit 447dfaa
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Run-TOGT-Planner

<table>
<tr>
<td style="width:50%;"><img src="docs/cover/example_3d.png" alt="example_3d" style="width:100%;"/></td>
<td style="width:50%;"><img src="docs/cover/race_uzh_19wp_3d.png" alt="race_uzh_19wp_3d" style="width:100%;"/></td>
</tr>
</table>

This Python package provides an interface to run the [**Time-Optimal Gate-Traversing (TOGT) Planner**](https://github.com/FSC-Lab/TOGT-Planner), originally a C++ project.

With this package, you can generate random racetracks and plan paths using the **TOGT Planner**. It supports looping to generate a large number of high-quality trajectories that prioritize dynamic feasibility.
Expand Down Expand Up @@ -131,6 +138,17 @@ The random trajectory examples:
</tr>
</table>

### 3. 3D trajectories with Tube

**Update**: Plot 3D trajectories and visulize with Tube.

<table>
<tr>
<td style="width:50%;"><img src="docs/3d_tube/random_example_2d.png" alt="random_example_2d" style="width:100%;"/></td>
<td style="width:50%;"><img src="docs/3d_tube/random_example_3d.png" alt="random_example_3d" style="width:70%;"/></td>
</tr>
</table>

## Tools

1. [RaceGenerator](docs/utils_manual.md#L3)
Expand Down
Binary file added docs/3d_tube/random_example_2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/3d_tube/random_example_3d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/cover/example_3d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/cover/race_uzh_19wp_3d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 447dfaa

Please sign in to comment.