Silvio Traversaro
Silvio Traversaro
Discussing with @Nicogene, it turns out that when a robotology-superbuild compiled from source with apt dependencies is added in the `.bashrc` of the system, and in a different terminal you...
It seems the build with windows-latest and macos-latest with matlab release: latest is failing quite frequently, but sometimes it works (for example in https://github.com/robotology/robotology-superbuild/actions/runs/6294026676/job/17085286265). The failures are: ~~~ /Users/runner/work/_actions/matlab-actions/run-command/v1/dist/bin/maci64/run-matlab-command cd('/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/run_matlab_command-ZAfzVu');command_c7960a8f_dc41_4d01_b8e8_cd2b20a306f1...
With this option enable in CI, we would have catched https://github.com/ami-iit/bipedal-locomotion-framework/issues/606 before it affected some users.
I know that we did not fully even solved https://github.com/robotology/robotology-superbuild/issues/481. Anyhow the problems related to Ubuntu 20.04 apt dependencies are increasting, so I wanted to start opening this issue to...
In the near future, the following carrier and portmonitors may be useful for people working on video streams (@nunoguedelha @S-Dafarra @prashanthr05 just to mention a few): * `ffmpeg_grabber` and `ffmpeg_writer`...
As it was clear from https://github.com/orgs/robotology/discussions/621, they are not clear.
Migrate Windows binary installer to be based on conda binary packages instead of vcpkg dependencies?
Currently, for each release of the robotology-superbuild we are also shipping a Windows-installer built with [QtIFW](https://doc.qt.io/qtinstallerframework/index.html) that installs binaries for almost all the packages of the robotology-superbuild. The binaries are...
After 20 hours it was merged, the test of one line matlab installer failed. Last Successful Build: https://github.com/robotology/robotology-superbuild/runs/6810705069 First CI Fail: https://github.com/robotology/robotology-superbuild/actions/runs/2473119223
With @LoreMoretti we experienced problems as he was manually changing the branch of some sub-project, and then the tag of the subprojects was changed by the `ninja` call, even if...