Skip to content

Commit

Permalink
Merge pull request #129 from StarlingUAS/pr-docs-tutorials
Browse files Browse the repository at this point in the history
Fenswood Tutorial Documentation
  • Loading branch information
mhl787156 authored Dec 17, 2021
2 parents 8f3ab71 + 7795210 commit ea60a28
Show file tree
Hide file tree
Showing 15 changed files with 780 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ By virtue of the architecture, the system also includes failure recovery and det
## Contact
The initial developers of this project are:

- Mickey Li - [email](mailto:[email protected]) - [github](github.com/mhl787156)
- Robert Clarke - [email](mailto:[email protected]) - [github](github.com/rob-clarke)
- Mickey Li - [email](mailto:[email protected]) - [github](https://github.com/mhl787156)
- Robert Clarke - [email](mailto:[email protected]) - [github](https://github.com/rob-clarke)

## FAQs
Please see documentation, or raise an [Issue on the github repo](github.com/UoBFlightLab/ProjectStarling/issues)
Please see documentation, or raise an [Issue on the github repo](https://github.com/StarlingUAS/ProjectStarling/issues)

## License
This project is released under the MIT license. Please see the [License file](https://github.com/UoBFlightLab/ProjectStarling/blob/master/LICENSE) for more details.
This project is released under the MIT license. Please see the [License file](https://github.com/StarlingUAS/ProjectStarling/blob/master/LICENSE) for more details.
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This systems provides a number of key features.
- Built in simulation stack based on Gazebo
- Quick transition from simulation to flying controllers on real drones.

![Simple Architecture](/img/ArchSimple.jpg)
![Simple Architecture](img/ArchSimple.jpg)

## Documentation

Expand Down Expand Up @@ -43,11 +43,11 @@ By virtue of the architecture, the system also includes failure recovery and det
## Contact
The initial developers of this project are:

- Mickey Li - [email](mailto:[email protected]) - [github](github.com/mhl787156)
- Robert Clarke - [email](mailto:[email protected]) - [github](github.com/rob-clarke)
- Mickey Li - [email](mailto:[email protected]) - [github](https://github.com/mhl787156)
- Robert Clarke - [email](mailto:[email protected]) - [github](https://github.com/rob-clarke)

## FAQs
Please see documentation, or raise an [Issue on the github repo](github.com/UoBFlightLab/ProjectStarling/issues)
Please see documentation, or raise an [Issue on the github repo](https://github.com/StarlingUAS/ProjectStarling/issues)

## License
This project is released under the MIT license. Please see the [License file](https://github.com/UoBFlightLab/ProjectStarling/blob/master/LICENSE) for more details.
This project is released under the MIT license. Please see the [License file](https://github.com/StarlingUAS/ProjectStarling/blob/master/LICENSE) for more details.
13 changes: 13 additions & 0 deletions docs/kbd.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
kbd > kbd {
background-color: #eee;
border-radius: 3px;
border: 1px solid #b4b4b4;
box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
color: #333;
display: inline-block;
font-size: .85em;
font-weight: 700;
line-height: 1;
padding: 2px 4px;
white-space: nowrap;
}
2 changes: 1 addition & 1 deletion docs/other/ideas.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### `ros.env.d`
# `ros.env.d`
Adding a folder to a `/ros.env.d` could provide an extendable way to add to the
ros environment. e.g. including additional model/plugin paths for Gazebo.
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
mkdocs
mkdocs-macros-plugin
pymdown-extensions
mkdocs-enumerate-headings-plugin
mkdocs-mermaid2-plugin
Binary file added docs/tutorials/imgs/fenswoodgif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tutorials/imgs/fenswoodscreenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tutorials/imgs/linux-terminal-on-ubuntu.png
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.
Binary file added docs/tutorials/imgs/starling-fenswood-demo-1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tutorials/imgs/starling-fenswood-demo-2a.gif
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.
Binary file added docs/tutorials/imgs/ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
745 changes: 745 additions & 0 deletions docs/tutorials/introduction.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,26 @@ copyright: Copyright © 2021 University of Bristol Flight Laboratory
markdown_extensions:
- toc:
permalink: True
- pymdownx.keys:
strict: True

plugins:
- search
- macros
- enumerate-headings:
toc_depth: 3
- mermaid2

extra_css: [ kbd.css ]

nav:
- "Home":
- "Overview": 'README.md'
- "Getting Started": 'guide/getting-started.md'
- "Background": 'details/background.md'
- "Ecosystem": 'other/related_projects_and_links.md'
- "Tutorials":
- "Introduction to Starling": 'tutorials/introduction.md'
- "Single Drone User Guides":
- "Single Drone Simulation on Local Machine": "guide/single-drone-local-machine.md"
- "Single Drone Simulation on Local Cluster": "guide/kube-single-drone-local-machine.md"
Expand Down

0 comments on commit ea60a28

Please sign in to comment.