Files
clover/docs/en
Hany Hamed 76a358e3bb docs: adding the documentation of human pose estimation drone control project in the English docs of Git book (#141)
* Add Human pose estimation drone control project to the documentation in Gitbook

* Update human_pose_estimation_drone_control.md

* Update human_pose_estimation_drone_control.md

* Change the videos links

* Update human_pose_estimation_drone_control.md

Fix markdownlint warnings

* Reduce the size of poses image
2019-07-26 18:50:04 +03:00
..
2019-02-18 08:21:02 +03:00
2019-05-30 00:54:26 +03:00
2019-05-13 07:07:36 +03:00
2019-02-18 08:21:02 +03:00
2019-06-14 19:36:37 +03:00
2019-06-14 19:34:03 +03:00
2019-05-13 06:27:56 +03:00
2019-05-13 07:07:36 +03:00
2019-05-13 06:27:56 +03:00
2019-02-09 06:07:59 +03:00
2019-02-15 02:56:28 +03:00
2018-12-24 01:54:35 +03:00
2019-02-18 08:21:02 +03:00
2019-02-18 08:21:02 +03:00
2019-02-18 08:21:02 +03:00
2019-05-13 07:07:36 +03:00
2019-06-20 01:25:00 +03:00
2019-02-25 20:26:27 +03:00
2019-05-30 00:54:26 +03:00
2019-05-13 06:27:56 +03:00
2019-02-18 08:32:32 +03:00
2018-12-14 16:54:05 +03:00
2019-02-18 08:32:32 +03:00
2019-05-13 07:07:36 +03:00
2019-06-19 21:47:22 +03:00
2019-02-15 02:56:28 +03:00
2019-05-30 00:54:26 +03:00
2019-02-25 20:26:27 +03:00
2019-05-13 07:07:36 +03:00
2019-05-13 07:07:36 +03:00
2019-05-13 07:07:36 +03:00
2019-05-13 06:27:56 +03:00
2019-05-13 06:27:56 +03:00
2018-12-30 07:29:22 +03:00
2019-06-19 19:03:53 +03:00
2019-05-13 06:27:56 +03:00
2019-05-13 06:27:56 +03:00
2019-02-18 08:32:32 +03:00
2019-06-21 13:44:38 +03:00
2019-06-19 21:49:14 +03:00
2019-06-19 21:49:14 +03:00
2019-05-13 06:27:56 +03:00
2019-01-21 13:15:22 +03:00
2019-06-20 01:03:42 +03:00
2019-05-30 00:54:26 +03:00
2019-05-30 00:54:26 +03:00
2019-02-18 08:21:02 +03:00
2019-05-13 06:27:56 +03:00
2019-02-18 08:32:32 +03:00
2019-05-13 06:27:56 +03:00
2018-12-01 20:34:39 +03:00
2019-02-18 08:32:32 +03:00
2019-05-13 06:27:56 +03:00
2019-05-30 00:54:26 +03:00

Clever

Klever

CLEVER (Russian: "Клевер", meaning "Clover") is an educational kit of a programmable quadcopter that consists of popular open source components, and a set of necessary documentation and libraries for working with it.

The kit includes a Pixhawk/Pixracer flight controller with the PX4 flight stack, a Raspberry Pi 3 as a controlling onboard computer, and a camera module for performing flights with the use of computer vision, and a set of various sensors and other peripherals.

The same platform was used for creating many "large" projects of the Copter Express company, for example, drones for autonomous pizza delivery promotion events (Samara, Kazan); a drone for coffee delivery at the Skolkovo Innovation Center, a autonomous quadcopter with charging station for site monitoring and security, winning drones in Robocross-2016, Robocross-2017" competitions, and many others.

To learn how to build, configure, pilot and program a Clever autonomous drone, use this gitbook.

If you have studied our gitbook, but have not found an answer to your question, write to our support chat, and our specialists will be happy to answer you: https://t.me/COEXHelpdesk.

We also have a chat for programmers coding for PX4, autonomous navigation indoors, and drone swarms https://t.me/DroneCode.

Raspberry Pi image

Preconfigured OS image for Raspberry Pi 3 with installed and configured software is available here.

The image includes:

  • Raspbian Stretch
  • ROS Kinetic
  • Configured networking
  • OpenCV
  • mavros
  • A software set for working with Clever

API description for autonomous flights.

The source code of the collector of the image and only can be found at GitHub.