-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5453ca1
commit 4d7199b
Showing
5 changed files
with
78 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
# AQLARP | ||
|
||
[AQLARP](title-page.md) | ||
|
||
# Introduction | ||
- [Design Principles](ch01-01-design-principles.md) | ||
# Building | ||
- [Materials](ch02-01-required-materials.md) | ||
# Documentation | ||
|
||
- [Inverse Kinematics](ch04-00-inverse-kinematics.md) | ||
- [Inverse Kinematics Of The Legs](ch04-01-inverse-kinematics-legs.md) | ||
- [Inverse Kinematics Of The Body](ch04-02-inverse-kinematics-body.md) | ||
- [Inverse Kinematics Of The Body](ch04-02-inverse-kinematics-body.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Inverse Kinematics | ||
In this chapter we will look at the calculations behind the inverse kinematics of AQLARP, these calculations are based on trigonometry since it is quite easy to split all these problems into triangles. | ||
If you are not familiar with this topic or want more info, I would recommend watching the video below as it does a great job explaining this concept in a simple manner. | ||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/IN8tjTk8ExI?si=d5JtWDZTZR-PFiA2&start=295" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# AQLARP | ||
Welcome to the AQLARP documentation. This documentation is built with [mdBook](https://github.com/rust-lang/mdBook) | ||
|
||
AQLARP stands for **A**ffordable **Q**uadruped **L**earning **A**nd **R**esearch **P**latform. | ||
|
||
AQLARP is licensed under the (TODO: insert license here) license. | ||
AQLARP is licensed under the [MIT license](https://github.com/DeDiamondPro/AQLARP/blob/master/LICENSE). | ||
|
||
<div class = "warning"> | ||
This documentation is incomplete | ||
|
||
This documentation is still a work in progress. | ||
It is advisable to have a basic understanding of the parts of the robot to effectively address encountered issues. If you need help, feel free to open an issue on [AQLARP's GitHub](https://github.com/DeDiamondPro/AQLARP). However no guarantees can be provided that I will be able to help you. | ||
</div> |