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
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
Metadata Files
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
- Website: https://ami.iit.it/
- Repositories: 111
- Profile: https://github.com/ami-iit
GitHub Events
Total
Last Year
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Prashanth | p****s@g****m | 19 |
| Prashanth | p****s@i****t | 3 |
Committer Domains (Top 20 + Academic)
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)