Skip to content

Commit

Permalink
readme and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ValerioSpagnoli committed Aug 14, 2024
1 parent d5bc5c0 commit 74f0d44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Projective ICP Visual Odometry

<p align="center">
<img src="docs/media/icp.gif" alt="First Estimate" width="800"/>
<img src="media/icp.gif" alt="First Estimate" width="800"/>
</p>

## Description
This project implements a projective ICP based visual odometry to estimate both the trajectory of a robot and the 3D map of the visual features.

## Documentation and Results
The documentation and the results are hosted on [GitHub Pages - ValerioSpagnoli/VisualOdometry](https://valeriospagnoli.github.io/VisualOdometry/)
## Results
The results are published on [GitHub Pages - ValerioSpagnoli/VisualOdometry](https://valeriospagnoli.github.io/VisualOdometry/)


## Usage
Expand All @@ -19,4 +19,4 @@ The documentation and the results are hosted on [GitHub Pages - ValerioSpagnoli/
2. Run the main
```
python3 main.py
```
```
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,11 @@ <h4>Numerical results</h4>
</tr>
<tr>
<td>RMSE estimated map</td>
<td>0.14540 [m]</td>
<td>0.142 [m]</td>
</tr>
<tr>
<td>Scale</td>
<td>0.20284</td>
<td>0.203</td>
</tr>
</table>
</div>
Expand Down

0 comments on commit 74f0d44

Please # to comment.