Code Monkey home page Code Monkey logo

parametric_modeling's Introduction

The objective is to estimate the ineetial parameters like mass, center of mass & inertia matrx using icub left hand dataset. For more details refer to report of master thesis.

Package includes c++ code for parametric modeling using GURLS package. However first, Install GURLS package with necessary dependencies from https://github.com/LCSL/GURLS. More detail information can be found on GURLS manual. In addition to GURLS you have to install other packages like ICUB, Yarp, kdl_codyco, orocos_kdl, iDynTree. 

iCub & Yarp installation can be found on http://wiki.icub.org/wiki/Linux:Installation_from_sources

kdl_codyco package installation https://github.com/traversaro/kdl_codyco

orocos_kdl package https://github.com/orocos/orocos_kinematics_dynamics/tree/master/orocos_kdl

iDynTree package installation https://github.com/robotology-playground/iDynTree

How to Install Parametric Modeling Package : 

Step 1 : Install all necessary packages & respective dependencies.

Step 2 : root to parametric modeling package version 0.1
	#### cd Parametric_Modeling/Version0.1 ####
Step 3 : make build directory 
	#### mkdir build ####
	#### cd build ####
Step 4 : Cmake
	#### ccmake../ ####
Step 5 : then make it	
	#### make ####
Step 6 : Run the code you want according to your choise for estimating parameters. 

	#### ./iCubParis02_simple_analysis --dataset ../Data_Sets/part1-left.csv --results results.csv --xtrain ../Data_Sets/Xtr_2psmall.txt --ytrain ../Data_Sets/ytr_2psmall.txt --parameters params.csv --verbose
	
Note : These tests were made on iCub left hand. some tests were made when new package were included for getting regularization parameter. There are certain options to change approach for getting $lambda$. Please go through the code for more details.



This package is simple extension of exisiting work showing the influence of ragularization parameter in estimating inertial parameters. 

Detail explaination of parametric modeling and theory behind this can be found from my thesis which is included in the package. 

Any problems with code or questions can be asked through email [email protected]

parametric_modeling's People

Contributors

chakon avatar

Watchers

 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.