Silvio Traversaro
Silvio Traversaro
The command is: ~~~ mamba update -c conda-forge -c robotology yarp ~~~ but that is not documented anywhere. fyi @Gianlucamilani
* [ ] Modify powershell section in https://github.com/robotology/robotology-superbuild/pull/885/files to specify that also `mamba` does not work, and so in general suggest ot stick to Command prompt * [ ] Fix...
See https://github.com/robotology/robotology-superbuild/pull/857#issuecomment-908090181 . cc @lrapetti @kouroshD @Yeshasvitvs
GUI tools workflow (open CMake and set vcpkg toolchain, open Visual Studio and execute that target) may be more familiar for some windows users, but are in general harder to...
Otherwise it is quite easy to forget them.
Even if this is not a blocking issue for anyone, as most of our dependencies are now available on `linux-aarch64` on conda-forge, it would be nice to investigate support for...
In some situations, it would be convenient to provide an simple archive of the installation prefix of the robotology-superbuild, complete with a simple script to install the necessary system dependencies....
In some cases, saving the `install` folder of a superbuild and coping it to a new system is fast and quick way of deploying some binaries. Unfortunately, the `setup.sh`, `setup.bat`...
As discussed in https://github.com/dic-iit/bipedal-locomotion-framework/issues/219, users typically have several tricks related to the usage/compilation of ipopt. This tricks may complicate the installation procedures, so we don't want to modify our official...