# Autonomous Drone Solution

Your Flight Controller and Companion Computer are ready, why not having your first Autonomous Drone Solution ready for takeoff, navigation and landing?:

* Solution Architecture
* Setup
  * Drone
  * Communications
  * Client
* Drone Application
* [1](https://www.clearpathrobotics.com/2014/01/ros-101-practical-examples/)
* [2](https://www.youtube.com/channel/UCNPP3C-ZK3mwpG2x89VE-2Q)
* [3](http://www.clearpathrobotics.com)
* [4](http://www.clearpathrobotics.com/assets/guides/ros/index.html)
* [5](https://github.com/ATLFlight/ATLFlightDocs)
* [6](https://github.com/theiotlearninginitiative/bitol/tree/c179c912de6c5546f1fb2796d86f0ebe5d271900/AutonomousDroneSolution/India%20Company%20Camera%20Drone%20Type%20Wide%20Sensing/README.md)

Tower

* [Tower for Web](https://github.com/dronekit/tower-web)

```bash
user@workstation:~/Drones$ sudo -H pip install -UI git+https://github.com/dronekit/tower-web.git
user@workstation:~/Drones$ tower tcp:127.0.0.1:5760
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://theiotlearninginitiative.gitbook.io/bitol/autonomous-drone-solution/autonomous-drone-solution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
