C.Sartore, L.Rapetti, D.Pucci "Optimization of Humanoid Robot Designs for Human-Robot Ergonomic Payload Lifting" in 2022 IEEE-RAS International Conference on Humanoid Robotics (Humanoids)
OptimizationofHumanoidRobotDesigns.mp4
coinhsl.zip
. In particular, for the paper experiments, Coin-HSL 2019.05.21 has been used, but also later version should work fine.
To install the repo on a Linux terminal follow the following steps
git clone https://github.com/ami-iit/paper_sartore_2022_humanoids_ergonomic_design.git
cd paper_sartore_2022_humanoids_ergonomic_design
docker build --tag sartore2022results .
Before running the docker image, you have to disable the access control to allow the visualization of the optimization output, this can be done via the following command
xhost +
For running the docker image use the following command
docker run --net=host --env="DISPLAY=$DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix" --privileged -it sartore2022results
xhost -
@INPROCEEDINGS{Sartore2022Optimization,
author={Sartore, Carlotta and Rapetti, Lorenzo and Pucci, Daniele},
booktitle={2022 IEEE-RAS 21st International Conference on Humanoid Robots (Humanoids)},
title={Optimization of Humanoid Robot Designs for Human-Robot Ergonomic Payload Lifting},
year={2022},
volume={},
number={},
pages={722-729},
doi={10.1109/Humanoids53995.2022.10000222}}
This repository is maintained by:
@CarlottaSartore |