diff --git a/documentation/src/ch01-01-design-principles.md b/documentation/src/ch01-01-design-principles.md new file mode 100644 index 0000000..0be97ed --- /dev/null +++ b/documentation/src/ch01-01-design-principles.md @@ -0,0 +1,14 @@ +# Design Principles +AQLARP stands for **A**ffordable **Q**uadruped **L**earning **A**nd **R**esearch **P**latform. These are the principles AQLARP is based on. +## Platform +This is the most important principle for AQLARP. AQLARP should be a solid, extendable platform, which you can use as starting point to build on and create your own amazing projects. +Here are some of the design decisions to make AQLARP a platform: +1. Extendibility: the top, front and back are easily replaceable with your own components that suit the needs of what you are trying to create. +2. Interoperability: AQLARP makes use of [ROS2](https://ros.org) so you can easily write your own code, in any programming language you chose, that can effortlessly interact with other parts of AQLARP's codebase. +3. Well Documented: AQLARP has a good documentation to learn about AQLARP and how to extend it. Additionally AQLARP's code has clear comments to help you understand it. +## Affordable +AQLARP is relatively affordable. The parts chosen are a balance of price and how suitable they are to build a platform. Affordability does not come before making AQLARP a stable and extendable platform. +## Learning +AQLARP can be used as a learning tool. To aid in this AQLARP is well documented and extendable. Additionally AQLARP uses [ROS2](https://ros.org) which is commonly used in the robotics industry and is a valuable skill to learn. +## Research +AQLARP is extendable and it is easy to add extra sensors to measure the influence of a variety of factors. Additionally AQLARP is open source so you can change anything you want to aid in your research. \ No newline at end of file diff --git a/documentation/src/ch02-01-required-materials.md b/documentation/src/ch02-01-required-materials.md new file mode 100644 index 0000000..3ab5312 --- /dev/null +++ b/documentation/src/ch02-01-required-materials.md @@ -0,0 +1,12 @@ +# Required Materials + +AQLARP's bill of materials is available [here](https://docs.google.com/spreadsheets/d/e/2PACX-1vRbQA3j36Z8nV3XLGrAlESTOF5qkMQ1r0tQvmaywV8VTpTOwY9WorlNrphstLwu9Ot1-xkpC_Ci4Gyd/pubhtml). ([download](https://docs.google.com/spreadsheets/d/e/2PACX-1vRbQA3j36Z8nV3XLGrAlESTOF5qkMQ1r0tQvmaywV8VTpTOwY9WorlNrphstLwu9Ot1-xkpC_Ci4Gyd/pub?output=xlsx)) + + + +I would encourage you to look around and see if you can find parts for cheaper since these prices will change with time and depending on your area they may also vary. + +Additionally you will have to have the following tools: +- Screw driver for the type of screws you chose +- Sottering iron +- 3D printer \ No newline at end of file