https://github.com/ami-iit/paper_dafarra_2022_tro_dcc-planner
https://github.com/ami-iit/paper_dafarra_2022_tro_dcc-planner
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org, ieee.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: ami-iit
- License: bsd-3-clause
- Language: MATLAB
- Default Branch: main
- Size: 239 MB
Statistics
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Dynamic Complementarity Conditions and Whole-Body Trajectory Optimization for Humanoid Robot Locomotion
https://user-images.githubusercontent.com/18591940/179483328-c17e007f-06e7-4ae1-acff-7df65bfbd708.mp4
Reproducing the experiments
We support running the experiments via the provided Docker image.
- Pull the docker image:
console docker pull ghcr.io/ami-iit/dcc-planner-docker:latest - Launch the container:
console xhost + docker run -it --rm \ --device=/dev/dri:/dev/dri \ --user user \ --env="DISPLAY=$DISPLAY" \ --net=host \ ghcr.io/ami-iit/dcc-planner-docker:latest - The application will start automatically
The videos and the data from the experiments will be saved in the folder ../SavedVideos.
It is possible to run tests with different parameters by running the following command
console
OMP_NUM_THREADS=1 cpp_ws/build/dynamical-planner/bin/SolverForComparisonsUnitTest [options]
with [options] being:
console
-s, --solver Linear solver to use with ipopt (string [=mumps])
-c, --complementarity Type of complementairity condition (string [=dynamical])
-v, --velocity Linear walking velocity (d [=0.05])
--normalForceDissipationRatio Normal Force Dissipation Ratio (one of the two parameters of the hyperbolic complementarity method). (d [=250])
--normalForceHyperbolicSecantScaling Normal Force Hyperbolic Secant Scaling (one of the two parameters of the hyperbolic complementarity method). (d [=500])
--complementarityDissipation The rate of dissipation for the complementarity (one of the two parameters of the dynamical complementarity method). (d [=20])
--dynamicComplementarityUpperBound The upper-bound for the dynamic complementairty (one of the two parameters of the dynamical complementarity method). (d [=0.05])
--classicalComplementarityTolerance The upper bound for the classical complementarity. (d [=0.004])
-?, --help print this message
In the docker image provided, only the linear solver mumps is supported.
If you want to replicate the installation on your PC please follow the Docker recipe.
Citing this work
If you find the work useful, please consider citing:
bib
@ARTICLE{dafarra2022dcc,
author={Dafarra, Stefano and Romualdi, Giulio and Pucci, Daniele},
journal={IEEE Transactions on Robotics},
title={Dynamic Complementarity Conditions and Whole-Body Trajectory Optimization for Humanoid Robot Locomotion},
year={2022},
volume={38},
number={6},
pages={3414-3433},
doi={10.1109/TRO.2022.3183785}}
Maintainer
This repository is maintained by:
| | |
| :----------------------------------------------------------: | :--------------------------------------------------: |
|
| @S-Dafarra |
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
- Watch event: 2
Last Year
- Watch event: 2
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout main composite
- elgohr/Publish-Docker-Github-Action main composite
- actions/checkout master composite
- actions/upload-artifact v3 composite
- matlab-actions/run-command v1 composite
- matlab-actions/setup-matlab v1 composite
- actions/download-artifact v3 composite
- actions/upload-artifact v3 composite
- nvidia/opengl 1.2-glvnd-devel-ubuntu20.04 build