> For the complete documentation index, see [llms.txt](https://blog.aviumtechnologies.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.aviumtechnologies.com/topics.md).

# Topics

- [Initial sizing](https://blog.aviumtechnologies.com/topics/initial-sizing.md): The aim of the initial sizing is to come up with a design which is light, performs well, and is inexpensive to manufacture and operate.
- [Definition of axes and angles](https://blog.aviumtechnologies.com/topics/definition-of-axes-and-angles.md): The aim of this topic is to explain the commonly used axes for aircraft simulation and aerodynamic analysis.
- [Stability](https://blog.aviumtechnologies.com/topics/stability.md): The aim of stability analysis is to determine if a design is statically and dynamically stable.
- [Obtaining stability derivatives from forced oscillations](https://blog.aviumtechnologies.com/topics/stability/obtaining-stability-derivatives-from-forced-oscillations.md): This article explains how to obtain the stability derivatives of a design from forced oscillations
- [Equations of motion](https://blog.aviumtechnologies.com/topics/equations-of-motion.md): The aim of this topic is to explain how the six-degrees of freedom equations of motion with respect to rotating Earth are derived
- [PX4 Autopilot](https://blog.aviumtechnologies.com/topics/px4-autopilot.md): The aim of this topic is to provide more information on software-and-hardware-in-the-loop simulations with the PX4 Autopilot.
- [Building and running PX4 Autopilot on BeagleBone® Blue](https://blog.aviumtechnologies.com/topics/px4-autopilot/building-and-running-px4-autopilot-on-beaglebone-r-blue.md): This article will explain how build and run the PX4 Autopilot on BeagleBone Blue.
- [PX4 BeagleBone® Blue-based quadcopter](https://blog.aviumtechnologies.com/topics/px4-autopilot/px4-beaglebone-r-blue-based-quadcopter.md): This article shows how to build a PX4 BeagleBone® Blue-based quadcopter


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://blog.aviumtechnologies.com/topics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
