mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-03 08:29:32 +00:00
docs: some edits
This commit is contained in:
@@ -8,7 +8,7 @@ All information about the event can be found on the official website: https://co
|
||||
|
||||
|Team|Project|
|
||||
|-|-|
|
||||
|D-drone|[Graffiti-copter](ddrone.md)|
|
||||
|AT Makers|[D-drone Graffiti-copter](ddrone.md)|
|
||||
|ADDI|[3D-printed generative design frame](generative_design_frame.md)|
|
||||
|Bennie and the Jetson TX2|[Retail Drone](bennie.md)|
|
||||
|DroMap|[The Indoor Mapping Drone](dromap.md)|
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# D-drone Copter Hack 2021 by AT Makers
|
||||
|
||||
[CopterHack-2021](copterhack2021.md), team **AT Makers**.
|
||||
|
||||
<img class="center" src="../assets/ddrone/final.gif" width="600">
|
||||
|
||||
## Intro
|
||||
@@ -8,9 +10,9 @@ People strive to teach artificial intelligence everything they can do themselves
|
||||
|
||||
## Models and assembly
|
||||
|
||||
<img class="center" src="../assets/ddrone/full_holder.png" width="300">
|
||||
<img class="center" src="../assets/ddrone/full_holder.png" width="300" class="zoom">
|
||||
|
||||
<img class="center" src="../assets/ddrone/full_holder_in_real.jpg" width="300">
|
||||
<img class="center" src="../assets/ddrone/full_holder_in_real.jpg" width="300" class="zoom">
|
||||
|
||||
To complete the project you need to have in stock:
|
||||
|
||||
@@ -41,9 +43,9 @@ If the diameter of the can is less than the diameter of the holder, we use the p
|
||||
|
||||
**Pressing mechanism.** To push the valve, we will use a screw drive with a fixed nut. A bar with holes will be attached to the servo, which will include the racks attached to the nut. This helps the servo to move only on one axis, up and down. We also modeled the cap for the spray can button, since the surface of the nozzle is uneven.
|
||||
|
||||
<img class="center" src="../assets/ddrone/pressing_mechanism.png" width="300" >
|
||||
<img class="center" src="../assets/ddrone/pressing_mechanism.png" width="300" class="zoom">
|
||||
|
||||
<img class="center" src="../assets/ddrone/pressing_mechanism_in_real.jpg" width="300" >
|
||||
<img class="center" src="../assets/ddrone/pressing_mechanism_in_real.jpg" width="300" class="zoom">
|
||||
|
||||
## Before launching
|
||||
|
||||
@@ -79,11 +81,11 @@ Now to open the web interface, click on the link [http://192.168.11.1/clover/dro
|
||||
|
||||
Our drone is launched via [website](https://perizatkurmanbaeva.github.io/visual_ddrone). The web interface allows you to draw and encode what you draw in G-code. The coordinate data will be transmitted for further processing and execution by the copter.
|
||||
|
||||
<img class="center" src="../assets/ddrone/screen_2.png" width="600">
|
||||
<img class="center" src="../assets/ddrone/screen_2.png" width="600" class="zoom">
|
||||
|
||||
We pick the web interface to control the copter because it is easier for the user.
|
||||
|
||||
<img class="center" src="../assets/ddrone/instruction.png" width="300">
|
||||
<img class="center" src="../assets/ddrone/instruction.png" width="300" class="zoom">
|
||||
|
||||
## Flights
|
||||
|
||||
|
||||
Reference in New Issue
Block a user