Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miguelgfierro/hoap3_dynamics

Forward and inverse dynamics for the humanoid HOAP-3
https://github.com/miguelgfierro/hoap3_dynamics

Last synced: about 1 month ago
JSON representation

Forward and inverse dynamics for the humanoid HOAP-3

Awesome Lists containing this project

README

        

# Dynamic algorithms for the humanoid HOAP-3

Code of my Master Thesis (can be found in docs and it is written in Spanish).

I studied the [equation of motion](https://en.wikipedia.org/wiki/Equations_of_motion) of a humanoid robot. It relates the torques that appear in the robots joints with their accelerations, taking into account the masses, inertias and kinematic model of the robot.

I implemented several algorithms to obtain the forward and inverse dynamics using the Featherstone's approach of spatial algebra.

For more information please visit my [blog](http://miguelgfierro.com) or my [youtube channel](https://www.youtube.com/user/ciruselvirus).