Skip to content

Commit

Permalink
ADD: new illustration readme
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Nov 22, 2023
1 parent 511d98a commit ead44a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@ sudo make install # if building as API
## Run TSlam as executable:

<p align="center">
<img src="./assets/img/sticker-crop.gif" width="500">
<img src="./assets/img/sticker-crop.gif" height="200">
<img src="./assets/img/video_sequence_fab.gif" height="200">
</p>
<p align="center">
<i><small>Left: Mapping operation of a timber piece. Next the reconstructed 3D model, together with some extra execution info, can be overlayed on top of the physical piece. Right: TSlam self localization in action during fabrication. </small></i>
</p>
<p align="center"><i><small>Mapping operation of a timber piece. Next the reconstructed 3D model, together with some extra execution info, can be overlayed on top of the physical piece. </i></small></p>

In this project, we provide you an example executable to run the TSlam.
After building, an executable `tslam_monocular` will be generated in `build/utils`. You can run it with the following command. Note that two extra parameters are needed: **video source** and path to the **camera calibration file**.
Expand Down

0 comments on commit ead44a5

Please sign in to comment.