https://github.com/ami-iit/paper_ramadoss_2022_humanoids_human-base-estimation
[Humanoids 2022] https://ieeexplore.ieee.org/abstract/document/10000199
https://github.com/ami-iit/paper_ramadoss_2022_humanoids_human-base-estimation
Science Score: 49.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
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: ieee.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.8%) to scientific vocabulary
Repository
[Humanoids 2022] https://ieeexplore.ieee.org/abstract/document/10000199
Basic Info
Statistics
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Estimation of Human Base Kinematics using Dynamical Inverse Kinematics and Contact-Aided Lie Group Kalman Filter
ICHR 2022 - Estimation of Human Base Kinematics
Reproducing the experiments
We provide a containerised virtual environment using Docker and Conda in order to launch the software in an isolated, reproducible manner. The dependencies and related versions used to build the environment can be checked in the deps folder. However, one can simply pull the pre-built docker image from the GitHub registry, since a docker.yaml in the .github/workflows folder dispatches a build workflow for the docker image.
Pull the docker image:
bash docker pull ghcr.io/ami-iit/human-base-estimation-docker:latestLaunch the container:
bash xhost + docker run -it --net=host --env="DISPLAY=$DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix" ghcr.io/ami-iit/human-base-estimation-docker:latest
Please be aware that xhost + is not a safe way to expose the X Server running on the host machine to the docker container. But in this scenario, we are not doing anything undesirable, so it is acceptable.
- The experiment will start by automatically launching a
yarp server, loading the dataset and launching the necessary applications along with the visualizer. The experiment will end and everything will close automatically.
For more details on the installation, implementation, and parameters configuration. please check KinDynFusion repository.
Known issues: Starting the docker daemon using Docker Desktop does not allow to display the visualizer GUI on the screen. I had to start the Docker daemon using dockerd with root privileges and then run the docker container also with root privileges in order to visualize the experiment.
Citing this work
@INPROCEEDINGS{10000199,
author={Ramadoss, Prashanth and Rapetti, Lorenzo and Tirupachuri, Yeshasvi and Grieco, Riccardo and Milani, Gianluca and Valli, Enrico and Dafarra, Stefano and Traversaro, Silvio and Pucci, Daniele},
booktitle={2022 IEEE-RAS 21st International Conference on Humanoid Robots (Humanoids)},
title={Estimation of Human Base Kinematics using Dynamical Inverse Kinematics and Contact-Aided Lie Group Kalman Filter},
year={2022},
volume={},
number={},
pages={364-369},
doi={10.1109/Humanoids53995.2022.10000199}}
Maintainer
This repository is maintained by:
| | |
| :----------------------------------------------------------: | :--------------------------------------------------: |
|
| @prashanthr05 |
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: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Prashanth | p****s@g****m | 13 |
| Lorenzo Rapetti | l****i@g****m | 2 |
| Daniele Pucci | d****5@g****m | 1 |
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: about 17 hours
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 6.0
- Average comments per pull request: 2.0
- Merged pull requests: 3
- 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
- lrapetti (1)
Pull Request Authors
- prashanthr05 (2)
- lrapetti (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout main composite
- elgohr/Publish-Docker-Github-Action main composite
- ubuntu 22.04 build