Git Product home page Git Product logo

introductiontohumanoidrobotics's Introduction

IntroductionToHumanoidRobotics

Matlab code for a Springer book "Introduction to Humanoid Robotics"

[Usage] Type following command in Matlab's command line.

Section 2 Kinematics ulink_example : Example of recursive call programming (2.4.2) fk_random : Draw biped robot with random joint angles(2.5.2) ik_random : Draw robot with random foot place and orientation(2.5.3) ik_random2 : ik_random with numerical inverse kinemaitcs(2.5.4) ik_stretch_NR : Behavior of Newton-Raphson method at singularity ik_stretch_LM : Levenberg-Marqardt method using singularity robust inverse

Section 3 ZMP and Dynamcis calcurate_zmp : Show ZMP(IZMP) of biped robot and the CoM projection(3.4.1)

Section 6 Dynamic simulation rigidbody_rotate : Animate rigid body rotation in zero-gravity (6.1.2) screw_motion : Rigid body motin with constant spatial velocity(6.2.2) rigidbody_fly : Rigid body translation and rotation in zero-gravity (6.3.3) top_simulation : Animate top motion (6.3.4) robot_simulation : Dynamic simulation using unit-vector method(6.4.3)

Tested by Matlab for Windows ver.6.5, ver.7.0, and R2012b


Note 0: These programs are no warranty. Use these programs with your own risk. The author cannot be responsible for any trouble caused by the software.

Note 1: Rules of naming (with some exceptions) Executable without arguments: All character of the file name are lower wase (ex: ulink_example.m) Subroutines (need arguments): Contains upper case character (ex: PrintLinkName.m)

Note 2: Matlab for Linux It works at the authors envoriment Vine Linux2.6 + Matlab ver.6.5.

Note 3: If you get unusual 3D graphics Please try the following command. It might work... set(0,'DefaultFigureRenderer','zbuffer')

introductiontohumanoidrobotics's People

Contributors

s-kajita avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.