Closed francesco-romano closed 6 years ago
If I remember well, @francesco-romano and @jeljaik also weighted the robot. So, do not forget to update https://github.com/robotology/QA/issues/61
I mounted (few days ago) the left upper leg cover back (but it is not connected)
I have no idea what you mean with creating The Balancing on Left Foot app and I also don't know how to modify it accordingly. Could you elaborate?
We usually use the yarpmanager to launch multiple modules from a graphical interface and perform the necessary port connection, to avoid having to remember all the right steps to perform to launch a setup and the relative configuration of each module.
A group of executables started by yarpmanager
is called application
, and is usually stored as an xml file, following the format defined in http://www.yarp.it/yarpmanager.html#application.
To launch the balancing demo, several executables should be launched at the same time. An application with the right configurations for the two feet balancing is already present ~/.local/share/yarp/applications
. Create a new one for left foot balancing (copying most of the its content from the two feet balancing one, probably just some configuration parameter should change) may be a good idea to easily launch the left foot balancing demo on your setup.
cc @DanielePucci
This report contains the activities carried out on the iCub in Darmstadt during the visit from the 17th to the 20th of November 2015.
Tasks performed
yarpmanager
applications forRobotStartup
,FaceExpressions
andTorqueBalancingTwoFeet
.icub-main
,icub-firmware-shared
andfirmware
of EMS and STRAIN at the latest build (19th of November 2015 - https://github.com/robotology/icub-firmware-build/commit/5543553bda97619b1d64edf7010283fb4038af15)Optical Encoder Consistency
test.yarpWholeBodyInterface
andwholeBodyDynamicsTree
for the robot.torqueBalancing
two feet and left foot.torqueBalancingReferenceGenerator
for sinusoidal movement of the Centre of Mass.The following gif files show the performances of torque balancing in two feet, two feet with com trajectory and left foot scenarios
Notes:
kbemf
) on the legs has been zeroed in the committed robot configuration files. This is necessary for some kind of demos (like torqueBalancing). If you need to restore the original values take a look at this commit (https://github.com/robotology/icub-main/commit/eca4b55d2c59140b9d953736902349f6873bda2b)Pending tasks
Balancing on Left Foot
app should be created. It can be duplicated from the two feet one, which you can find in~/.local/share/yarp/applications
and modified accordingly. Can @robertocalandra or @paraschos take care of this?Notes for Y3 Demo
cc @robertocalandra @paraschos @rueckert cc @giorgiometta @lornat75 @iron76 @DanielePucci @randaz81 @jeljaik