https://github.com/ami-iit/paper_romualdi_viceconte_2024_humanoids_dnn-mpc-walking
Code associated to Humanoids 2024 paper submission
https://github.com/ami-iit/paper_romualdi_viceconte_2024_humanoids_dnn-mpc-walking
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
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org, ieee.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Code associated to Humanoids 2024 paper submission
Basic Info
- Host: GitHub
- Owner: ami-iit
- License: bsd-3-clause
- Language: HTML
- Default Branch: main
- Homepage: https://sites.google.com/view/dnn-mpc-walking/home-page
- Size: 11.2 MB
Statistics
- Stars: 17
- Watchers: 6
- Forks: 2
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
Online DNN-Driven Nonlinear MPC for Stylistic Humanoid Robot Walking with Step Adjustment
Co-first authors: Paolo Maria Viceconte and Giulio Romualdi
Reproducing the Experiments
You can reproduce the experiments using Docker, Conda, or Pixi.
Docker
Run the experiments via Docker for an isolated and reproducible environment.
Pull the Docker image:
bash docker pull ghcr.io/ami-iit/dnn-mpc-walking-docker:latestLaunch the container:
bash xhost + docker run -it --rm \ --device=/dev/dri:/dev/dri \ --env="DISPLAY=$DISPLAY" \ --net=host \ ghcr.io/ami-iit/dnn-mpc-walking-docker:latestWait for
Gazeboto start and launch the experiment.
⚠️ Known Issue: The Gazebo real-time factor is scaled by a factor of 10 due to the MUMPS linear solver in the IPOPT Docker image. Alternative solvers (e.g., MA97) are available but cannot be redistributed.
Conda
Follow these steps to set up the experiments using Conda:
Install the environment:
bash conda env create -f environment.ymlActivate the environment:
bash conda activate dnn-mpc-envCompile the code:
bash cd paper_romualdi_viceconte_2024_humanoids_dnn-mpc-walking mkdir build && cd build cmake .. make -j make installRun the simulation:
bash ./run_simulation.sh
⚠️ The Gazebo real-time factor is scaled by a factor of 10 due to the MUMPS linear solver.
Pixi
To run the experiments with Pixi:
Clone the repository:
bash git clone https://github.com/ami-iit/paper_romualdi_viceconte_2024_humanoids_dnn-mpc-walking cd paper_romualdi_viceconte_2024_humanoids_dnn-mpc-walkingRun the simulation:
bash pixi run -e default run_simulation
Using MA97 Solver (Optional): If you have access to the Coin-HSL license, you can use the MA97 solver to improve performance: 1. Obtain the Coin-HSL archive (
coinhsl-2023.11.17.zip) and place it in the./coinhsl_srcfolder. 2. Run:bash pixi run -e coinhsl run_simulation
Maintainers
![]() 👨💻 Paolo Maria Viceconte |
![]() 👨💻 Giulio Romualdi |
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
- Release event: 1
- Watch event: 13
- Delete event: 1
- Issue comment event: 2
- Push event: 17
- Pull request review event: 1
- Pull request event: 3
- Fork event: 2
- Create event: 2
Last Year
- Release event: 1
- Watch event: 13
- Delete event: 1
- Issue comment event: 2
- Push event: 17
- Pull request review event: 1
- Pull request event: 3
- Fork event: 2
- Create event: 2
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Giulio Romualdi | g****i@g****m | 33 |
| Silvio Traversaro | s****o@t****t | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 1.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 1.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- GiulioRomualdi (2)
- traversaro (1)

