https://github.com/ami-iit/kindynfusion

https://github.com/ami-iit/kindynfusion

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ami-iit
  • Language: C++
  • Default Branch: master
  • Size: 1.66 MB
Statistics
  • Stars: 3
  • Watchers: 17
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme

README.md

KinDynFusion

The KinDynFusion project consists of libraries and YARP devices ueful for running whole body kinematics estimation for humans wearing sensorized suit and shoes equipped with distributed inertial and force torque sensing.

Installation

Dependencies

Please check the dependencies page for the full list of dependencies and latest tested commits for each of the dependencies.

Prerequisites

Please follow the instructions in the installation prerequisites for setting up the environment to launch the KinDynFusion software.

Install KinDynFusion

Clone and build the repository using the following commands.

bash git clone https://github.com/ami-iit/kindynfusion cd kindynfusion/src/ mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release \ -DALLOW_IDL_GENERATION=ON \ -DCMAKE_INSTALL_PREFIX=<where-you-want-to-install> .. make && make install

Please replace <where-you-want-to-install> with the desired installation location.

Add the following lines to the .bashrc file:

bash export KinDynFusion_DIR=<where-you-installed-kindynfusion> export YARP_DATA_DIRS=${YARP_DATA_DIRS}:${KinDynFusion_DIR}/share/yarp export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${KinDynFusion_DIR}/lib

In order to check, if everything was compiled and installed successfully, we can run the following command:

bash yarpdev --list | grep WholeBodyKinematics

which should print

bash [INFO] |yarp.dev.Drivers| Device "WholeBodyKinematicsDevice", available on request (found in <where-you-installed-kindynfusion>/lib/yarp/WholeBodyKinematicsDevice.so library). [INFO] |yarp.dev.Drivers| Device "WholeBodyKinematicsLogger", available on request (found in <where-you-installed-kindynfusion>/lib/yarp/WholeBodyKinematicsLogger.so library). [INFO] |yarp.dev.Drivers| Device "WholeBodyKinematicsRemapper", available on request (found in <where-you-installed-kindynfusion>/lib/yarp/WholeBodyKinematicsRemapper.so library). [INFO] |yarp.dev.Drivers| Device "WholeBodyKinematicsVisualizerDevice", available on request (found in <where-you-installed-kindynfusion>/lib/yarp/WholeBodyKinematicsVisualizerDevice.so library).

System Architecture

The overall architecture and data flow for the whole body kinematics estimation is described in the system-architecture page.

Launching the Estimator

Please check launching whole body kinematics to understand how to launch the estimator.

Parameter Configuration

The description for the configuration of parameters required for several submodules of whole body kinematics estimation is provided in the parameter configuration file.

Owner

  • Name: Artificial and Mechanical Intelligence
  • Login: ami-iit
  • Kind: organization
  • Location: Italy

GitHub Events

Total
Last Year

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 22
  • Total Committers: 2
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.136
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Prashanth p****s@g****m 19
Prashanth p****s@i****t 3
Committer Domains (Top 20 + Academic)
iit.it: 1

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 2
  • Total pull requests: 2
  • Average time to close issues: 7 days
  • Average time to close pull requests: 4 minutes
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • prashanthr05 (1)
  • traversaro (1)
Pull Request Authors
  • prashanthr05 (2)
Top Labels
Issue Labels
Pull Request Labels