Skip to content
Francisco Andrade edited this page Mar 29, 2018 · 1 revision

Welcome to the insitu-ft-analysis wiki! Build Status

Data and code for analysis of 6 axis force torque sensors, the majority of the tests are done using the FTSens iCub Facility Force/Torque sensor.

Installation

The scripts in this repo uses the iDynTree matlab bindings. To estimate wrenches based on the iCub robot model.

External repositories

quadfit

The external directory external repositories. It contains a copy of the quadfit toolbox for fitting quadratics surfaces.

ftSensCalib

If you have access to the ftSensCalib repository, checkout it in the external directory to make it available to the script into this repo, i.e. from the root of the repo you can run this command:

svn co https://svn.icub.iit.local/repos/mecha/ftSensCalib/trunk/ ./external/ftSensCalib

Data storage repositories

You can download the https://gitlab.com/dynamic-interaction-control/icub-insitu-ft-analysis-big-datasets repository in the data directory to make the data from that repo available:

git clone https://gitlab.com/dynamic-interaction-control/icub-insitu-ft-analysis-big-datasets.git ./data/icub-insitu-ft-analysis-big-datasets

You can download the https://gitlab.com/dynamic-interaction-control/green-iCub-Insitu-Datasets repository in the data directory to make the data from that repo available:

git clone https://gitlab.com/dynamic-interaction-control/green-iCub-Insitu-Datasets ./data/green-iCub-Insitu-Datasets