Giter Site home page Giter Site logo

ode's Introduction

ODE

  • Open Dynamics Engineをつかったシミュレーションプログラムたち
  • branchは「master」、CmakeLists.txtがUbuntuとMacと微妙に違うのでそこでブランチを分けている

株式会社不二越のNachi、MZ07のシミュレーション
Nachi

更新情報

  • 2014.12.16 ファイル引数を指定するようにしたよ
  • 2014.12.19 RRTの枝を表示するようにした。
  • ただし関数は冗長
cd Nachi
cmake .
make
./Nachi /Movie/T-RRT/Bspline.dat

ロボットアームのシミュレーションの準備

inverseKinematics

  • 逆**学の解で、解が存在しなかったらどうするのかをエラー処理したコード

arm

  • めっちゃ初期の段階のロボットアームのソースコード
  • 3軸と6軸が混ざってる

arm

  • 遊びで作ったNリンクアーム

nlink

etc

  • 他のODEで作ったシミュレーションと出村先生のサンプルコード

ODEのインストール

1. Nachiを実行するためにはOpenCVが必要.
https://github.com/Ry0/my_ubuntu_setup/tree/master/OpenCV_install参照

以下を実行

sudo apt-get install libode-dev
sudo apt-get install libxmu-dev libxi-dev

drawstuffインストール

http://sourceforge.net/projects/opende/files/ODE/0.13/からソースをダウンロード

sudo apt-get install automake libtool freeglut3-dev
./configure --enable-release --with-x --enable-double-precision --with-libccd
make
sudo cp -r include/drawstuff /usr/local/include/
sudo cp drawstuff/src/.libs/libdrawstuff.* /usr/local/lib
sudo ldconfig

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.