Giulio Romualdi

Results 54 issues of Giulio Romualdi

This PR fixes #2670. In details: 1. the `osqp_interface.cpp` has been modified in order to be compliant with `osqp 0.6.0` 2. the `osqp` submodules is now updated to `osqp 0.6.0`...

Hi all maintainers! First of all, I would like to thank you all for the effort in maintaining this very complete set of icons! I packaged `numix-icon-theme` in conda-forge: https://github.com/conda-forge/numix-icon-theme-feedstock...

merge

**Describe the bug** If I try to link link `YARP_profiler` to an application I got the following error ``` -- Found YARP: /home/gromualdi/robot-code/robotology-superbuild/build/install/lib/cmake/YARP (found version "3.7.0") -- Configuring done CMake...

**Describe the bug** I'm trying to store several `yarp::os::Value` inside a `yarp::os::Bottle`. Before retrieving the object I check the type of the object. When the object stored in `yarp::os::Values` is...

Issue Type: Bug
Component: Library - YARP_os

This will be merged after #123. Thanks to this PR it will be possible to avoid this kind of problem in the future.

As pointed by @joaospinto in #16, it is not clear how the ownership of the optimization elements (matrices and vector) are handled. As already explained in https://github.com/robotology/osqp-eigen/issues/16#issuecomment-455728243, `osqp` itself stores...

enhancement

Currently, this repo is used only by @S-Dafarra and @GiulioRomualdi but, in the short time, it will be added inside the `robotology-superbuild` https://github.com/robotology/robotology-superbuild/issues/55 so others users may be interested to...

We installed the superbuild by enabling the python profile on a pc of the iCub3 setup. when I try to open the the `MeshcatVisualizer` the web server seems correctly running...

The PR is still in draft since I've to implement the bindings for the twist and I've to add the tests This is an example of usage ```python import idyntree.pybind...

In the past few days, I discussed with @traversaro about the possibility to install also `pybind11` bindings with the `superbuild`. This will simplify the usage of `iDynTree` bindings along with...