robotology / robotology-superbuild

CMake/YCM-based superbuild to simplify the build process of robotology projects.
49 stars 48 forks source link

Run icub-training smoke testing with conda binaries #1060

Open traversaro opened 2 years ago

traversaro commented 2 years ago

It should be possible to run icub training smoke testing (i.e. https://github.com/icub-training/icub-training.github.io/wiki/SW-Installation#-check-your-installation) with conda binaries, i.e. :

mamba create -n vvv -c conda-forge -c robotology yarp icub-models gazebo gazebo-yarp-plugins icub-contrib-common qt=5.12.9=*_4 compilers bash git
mamba activate vvv
git clone https://github.com/vvv-school/tutorial_cartesian-interface.git
cd tutorial_cartesian-interface/smoke-test
./test.sh

However, at the moment this does not work for this problems:

traversaro commented 10 months ago

The iCub model is not spawned

This is actually due to https://github.com/robotology/robotology-superbuild/issues/1563 .

traversaro commented 10 months ago

FYI @xela-95