-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
137 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Guides |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Controller Plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Cost Layer Plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Library | ||
|
||
TODO: More in-depth library overview |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Planner Plugin |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.youtube-container { | ||
position: relative; | ||
padding-bottom: 56.25%; | ||
height: 0; | ||
overflow: hidden; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Overview |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
# Deliberation | ||
|
||
|
||
This guide aims to provide tutorials explaining the integration of mesh navigation into well-known deliberation approaches such as behavior trees, etc. | ||
|
||
|
||
|
||
|
||
TODO! | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Align Mesh to Ground Plane | ||
|
||
*TODO*: Write something | ||
|
||
Link: [https://www.youtube.com/watch?v=FUYHixJfYQs](https://www.youtube.com/watch?v=FUYHixJfYQs) | ||
|
||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;" > | ||
<iframe src="https://www.youtube.com/embed/FUYHixJfYQs?si=ynbYgaeIH83Kb_VH?autoplay=1&mute=1" | ||
title="YouTube Video" | ||
frameborder="0" | ||
allow="autoplay; encrypted-media" | ||
allowfullscreen | ||
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"> | ||
</iframe> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
# Mesh Editing: Flatten a surface | ||
|
||
*TODO*: Rewrite this | ||
|
||
|
||
Due to sensor inaccuracies flat floors sometimes are mapped roughly... | ||
|
||
|
||
straightened out the ground plane using Blender: | ||
|
||
1. enable ortographic view (numpad 5), | ||
2. look from the side (numpad 3), | ||
3. enable X-Ray (Alt-z), | ||
4. box select vertices, | ||
5. manually fix the selection, | ||
6. then scale z to 0 (s z 0) | ||
|
||
Link: [https://www.youtube.com/watch?v=TmKt9RFphf0](https://www.youtube.com/watch?v=TmKt9RFphf0) | ||
|
||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;" > | ||
<iframe src="https://www.youtube.com/embed/TmKt9RFphf0?si=6uekXnyqvFDrmYnz?autoplay=1&mute=1" | ||
title="YouTube Video" | ||
frameborder="0" | ||
allow="autoplay; encrypted-media" | ||
allowfullscreen | ||
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"> | ||
</iframe> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,38 @@ | ||
<div align="center" min-width=519px> | ||
<img src="/media/mesh_navigation_logo.png" alt="Mesh Navigation" height=150 /> | ||
</div> | ||
<h4 align="center">Tutorials of Mesh Navigation</h4> | ||
<div align="center"> | ||
<a href="https://github.com/naturerobots/mesh_navigation_tutorials">Code</a> | ||
<span> • </span> | ||
<a href="https://github.com/naturerobots/mesh_navigation">Mesh Navigation</a> | ||
<span> • </span> | ||
<a href="https://github.com/naturerobots/mesh_tools">Mesh Tools</a> | ||
<span> • </span> | ||
<a href="https://github.com/naturerobots/move_base_flex">Move Base Flex</a> | ||
<span> • </span> | ||
<a href="https://www.youtube.com/@nature-robots">Videos</a> | ||
|
||
<br /> | ||
</div> | ||
|
||
|
||
# Documentation | ||
|
||
# Tutorials | ||
|
||
This documentation is under construction. It will contain both explanations for more applied users and for developers. | ||
|
||
## Applied Users | ||
explanations on how to start things (in more detail than the README.md) | ||
Link existing docs of mesh_navigation. e.g. wiki-page where all the implemented layers are explained. | ||
|
||
Installation: | ||
Overview: | ||
|
||
Guides: | ||
1. [Mesh Mapping](/tutorials/mesh_mapping.md) | ||
2. [Cost Layers Generation](/tutorials/cost_layer_generation.md) | ||
3. [Localization](/tutorials/localization.md) | ||
4. [Mesh Navigation](/tutorials/mesh_navigation.md) | ||
5. [Deliberation](/tutorials/deliberation.md) | ||
|
||
|
||
Mesh Generation: | ||
|
||
- TODO | ||
|
||
Mesh Editing: | ||
|
||
- [Flatten Floor](/tutorials/editing/flatten_surface.md) | ||
- [Align Mesh to Ground](/tutorials/editing/align_mesh_to_ground.md) | ||
|
||
|
||
|
||
## Mesh Navigation for Developer | ||
instructions how to change certain things for developing new things. Explain concepts in more detail. | ||
|
||
TODO | ||
Writing Plugins: | ||
|
||
- [Own Costmap](/tutorials/plugins/own_cost_layer.md) | ||
- TODO | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Real World Worlds | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Simple Worlds | ||
|
||
Locations: | ||
- Maps: `mesh_navigation_tutorials/maps` | ||
- Worlds: `mesh_navigation_tutorials_sim/worlds` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters