Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaBartolomei authored Apr 21, 2023
1 parent 7f9482b commit 43fbeea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Every model is composed of three files:
2. `*_rgbs.png`: The texture of the model. The first three channels of this image are the actual texture, while the alpha channel contains the semantic labels. This is used by the Vulkan-based renderer.
3. `*.ply`: Point cloud of the model used for collision checking during training. An OctoMap is generated from this file.

More information about the rendering pipeline can be found [here](./multirotors_landing_lib/thirdparty/vulkan_glasses_for_robots/README.md).

## Running instructions

The configurations for training and testing are stored in [multirotors_landing_lib/config](/multirotors_landing_lib/config).
Expand Down

0 comments on commit 43fbeea

Please sign in to comment.