Coder Social home page Coder Social logo

mesereta / manipulator_parameter_identification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zubair-irshad/manipulator_parameter_identification

0.0 1.0 0.0 49.38 MB

Dynamic parameter identification of a 7-DOF robotic manipulator

C++ 56.38% CMake 7.65% C 8.15% Makefile 19.73% Shell 2.97% Python 5.12%

manipulator_parameter_identification's Introduction

Parameter_ID

This repo contains code for determining regressor matrix for systematic parameter identification of robots.

Dependencies

DART -

Dart is an open source physics engine for simulating articulated rigid bodies with high accuracy and efficiency and PyDart2 is a python binding of Dart. To install Dart, please follow the below instructions:

Prerequisites for Ubuntu

sudo apt-get install build-essential cmake pkg-config git
sudo apt-get install libeigen3-dev libassimp-dev libccd-dev libfcl-dev libboost-regex-dev libboost-system-dev
sudo apt-get install libopenscenegraph-dev
sudo apt-get install libbullet-dev
sudo apt-get install liburdfdom-dev
sudo apt-get install libnlopt-dev
sudo apt-get install libxi-dev libxmu-dev freeglut3-dev
sudo apt-get install libode-dev # ignore this if it tells you ode has already been installed

Download and install Dart

git clone git://github.com/dartsim/dart.git
cd dart
git checkout tags/v6.3.0
mkdir build
cd build
cmake ..
make -j4
sudo make install

09-URDF

This repo comes when you clone the entire repo 'Parameter_ID'

Before compialation, change the file names of some important files listed below:

  • InputQfilename
  • InoutQdotfilename
  • InputQdotdotfilename
  • Inputtorquefilename

Compilation

Follow the steps to install

mkdir build cd build cmake .. make

Usage

In order to run with a simulation, follow instructions in 41-krang-sim-ach to launch the ach channels and processes required before this program is run. Then in the build folder of this repo, type:

sudo ./Get_phi_ArmDynamics <train/test.

Please use either train or test to run algorithm on training or testing data

manipulator_parameter_identification's People

Contributors

zubair-irshad avatar

Watchers

James Cloos 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.