This repository contains software related to walking and teleoperation.
The whole-body teleoperation architecture is shown as follows. The human user receives visual feedback from the robot environment by streaming the robot camera images through the Oculus Headset. The robot hands are controlled via the Joypads. The linear and the angular velocities of the human are obtained from the Cyberith Virtualizer VR Treadmill. The operator can wear a sensorized full body suit to obtain the kinematic information of various human links with respect to the inertial frame of reference.
Software related to walking and teleoperation.
The suite includes:
The technical description of the suit and the frame descriptions are documented here.
This software allows teleoperation of a biped humanoid robot,e.g., iCub, with a walking controller that expects speed and orientation of the robot locomotion on a horizontal plane and commands for upper body control of the humanoid robot. It implements the following architecture:
The description of dependencies are located here.
This guide is only for teleoperation dependencies on a Windows machine and it includes the guide to install Oculus module and Virtualizer module SDKs.
If you want to run the teleoperation scenario with Xsens MVN technologies, you need to enable the option human-dynamics in robotology/superbuild and install all the dependencies described there.
Besides, you need to have a Linux machine for Walking-controllers module described here.
git clone https://github.com/robotology/walking-teleoperation.git
cd walking-controllers
mkdir build && cd build
cmake ../
make
[sudo] make install
Follow the same instructions from the Powershell. One can also opt to use the CMake
gui application.
Import the DCM_WALKING_COORDINATOR_+_RETARGETING
to the yarpmanager
applications.
The current set-up allows running the module either on windows or from a Linux machine through yarprun --server /name_of_server
. The preference is the following.
yarp namespace /the_robot_network_namespace
yarprun --server /icub-virtualizer
yarpmanager
run one of the applications DCM_walking_retargeting
,DCM_walking_retargeting (Virtualizer)
,DCM_walking_retargeting_(Xsens)
, or DCM_walking_retargeting_(Virtualizer_Xsens)
depending on the experiment you want to perform.frameGrapperGui
in the calib_cams
application.Currently, the supported robots are only:
iCubGenova04
iCubGenova02
You can read more about the work here. If you're going to use this package for your work, please quote it within any resulting publication:
@inproceedings{Whole-Body-2019,
author = {Darvish, Kourosh and Tirupachuri, Yeshasvi and Romualdi, Giulio and Rapetti, Lorenzo and Ferigo, Diego and Chavez, Francisco Javier Andrade and Pucci, Daniele},
title = {Whole-Body Geometric Retargeting for Humanoid Robots},
booktitle = {Proceedings of the 2019 IEEE/RAS International Conference on Humanoid Robots (Humanoids)},
year = {2019},
month={October},
address = {Toronto, Canada},
}
The walking-teleoperation repository is licensed under either the GNU Lesser General Public License v3.0 :
https://www.gnu.org/licenses/lgpl-3.0.html
or the GNU Lesser General Public License v2.1 :
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
at your option.
To get the updated information about the dependencies branches and how to run, please check the wiki page of this repository.