Skip to content

Commit

Permalink
remove kivy apps docu (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba authored Nov 2, 2023
1 parent 5ad590f commit 53364e5
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 1,726 deletions.
4 changes: 1 addition & 3 deletions website/docs/dashboard/dashboard_user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ This screen is where the autonomous control of the amiga comes to life. Here you

If you are controlling the Amiga with a brain or other micro-controller,
here is where you will enable & monitor the auto control commands sent to your Amiga.
Auto control examples include the
[Virtual Joystick Example](/docs/tutorials/virtual_joystick/virtual-joystick-overview) (brain)
and the [FPV example](/docs/examples/FPV/) (micro-controller).
Auto control examples include the [FPV example](/docs/examples/FPV/) (micro-controller).

## General Settings Tab

Expand Down
70 changes: 0 additions & 70 deletions website/docs/examples/examples_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,76 +135,6 @@ out.
This example acts as an `OakCameraClient` in a standalone Python
script.

## Brain App Tutorials

These are the examples for ready-to-run apps and learning how you
can develop your own custom applications for the [**farm-ng Brain**](/docs/brain/).

:::tip
The tutorials build off of one another and are better when
followed in order.
:::

### [00 - Tutorial Introduction](/docs/tutorials/introduction/tutorial-introduction)

:::caution deprecation warning
This is out-of-date for brains running `v2.x` Amiga OS software.<br/>
This tutorial only applies to brains running Amiga OS `v1.x` versions.<br/>
Please check back for an updated tutorial for brains running `v2.x` Amiga OS software.
:::

This tutorial introduces necessary background knowledge and walks
you through the
[**`amiga-app-template`**](https://github.com/farm-ng/amiga-app-template).

The topics covered in this tutorial include:

- Creating kivy applications
- GRPC / asyncio application development

### [01 - Camera Streamer Tutorial](/docs/tutorials/camera_streamer/camera-streamer-overview)

:::caution deprecation warning
This is out-of-date for brains running `v2.x` Amiga OS software.<br/>
This tutorial only applies to brains running Amiga OS `v1.x` versions.<br/>
Please check back for an updated tutorial for brains running `v2.x` Amiga OS software.
:::

This tutorial is designed to teach you to implement the
`OakCameraClient` in a GUI application using
[**Kivy**](https://kivy.org/) following along the
[**`camera-streamer`**](https://github.com/farm-ng/camera-streamer) example application built using the
[**`amiga-app-template`**](https://github.com/farm-ng/amiga-app-template).

The topics covered in this tutorial include:

- Creating kivy applications
- GRPC / asyncio application development
- Streaming an Oak camera with the camera client

### [02 - Virtual Joystick Tutorial](/docs/tutorials/virtual_joystick/virtual-joystick-overview)

:::caution deprecation warning
This is out-of-date for brains running `v2.x` Amiga OS software.<br/>
This tutorial only applies to brains running Amiga OS `v1.x` versions.<br/>
Please check back for an updated tutorial for brains running `v2.x` Amiga OS software.
:::

This tutorial is designed to enable you to develop your own
custom applications that uses camera streams and controls your
Amiga over the CAN bus following along the
[**`virtual-joystick`**](https://github.com/farm-ng/virtual-joystick)
example application built using the
[**`amiga-app-template`**](https://github.com/farm-ng/amiga-app-template).

The topics covered in this tutorial include:

- Creating kivy applications
- GRPC / asyncio application development
- Streaming an Oak camera with the camera client
- Streaming Amiga state information with the canbus client
- Auto control mode of Amiga robot with the canbus client

### [Developing Custom Applications](/docs/brain/custom-applications.mdx)

:::caution deprecation warning
Expand Down
68 changes: 0 additions & 68 deletions website/docs/tutorials/camera_streamer/00_intro.md

This file was deleted.

78 changes: 0 additions & 78 deletions website/docs/tutorials/camera_streamer/01_template_starter.md

This file was deleted.

77 changes: 0 additions & 77 deletions website/docs/tutorials/camera_streamer/02_kivy_definition.md

This file was deleted.

Loading

0 comments on commit 53364e5

Please sign in to comment.