Skip to content

Commit

Permalink
Update website and README
Browse files Browse the repository at this point in the history
  • Loading branch information
itskalvik committed Sep 2, 2024
1 parent ee45aa8 commit 18fb493
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The library includes python code for the following:
<img alt="Light" src="docs/assets/point_sensing.gif" width="45%">
&nbsp; &nbsp; &nbsp; &nbsp;
<img alt="Dark" src="docs/assets/non-point_sensing.gif" width="45%">
</p>
&nbsp; &nbsp; &nbsp; &nbsp;
<img alt="Dark" src="docs/assets/AIPP-non-point_sensing.gif" width="45%"></p>

## Installation
The library is available as a ```pip``` package. To install the package, run the following command:
Expand Down
Binary file added docs/assets/AIPP-non-point_sensing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The library includes python code for the following:
- Genetic algorithm-based approaches
- Sparse Gaussian process (SGP)-based approaches

<p align="center"><img src="assets/point_sensing.gif"><img src="assets/non-point_sensing.gif"></p>
<p align="center"><img src="assets/point_sensing.gif"><img src="assets/non-point_sensing.gif"><img src="assets/AIPP-non-point_sensing.gif"></p>

## Installation
The library is available as a ```pip``` package. To install the package, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion examples/AIPP_non_point_FoV.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Adaptive Informative Path Planning with Non-Point FoV Sensor Model"
"# Adaptive-IPP with Non-Point FoV"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/non_point_FoV.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Informative Path Planning with Non-Point FoV Sensor Model"
"# IPP with Non-Point FoV"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ nav:
- api/utils//Misc.md
- api/utils/TSP.md
- Examples:
- examples/AIPP_non_point_FoV.ipynb
- examples/IPP.ipynb
- examples/IPPBaselines.ipynb
- examples/non_point_FoV.ipynb
- examples/non_point_FoV.ipynb
- examples/non_stationary_kernel.ipynb
- examples/obstacles.ipynb

Expand Down

0 comments on commit 18fb493

Please sign in to comment.