Results 22 issues of Martino Pilia

The following error arises when trying to build with pip 20.0 ``` Traceback (most recent call last): File "setup.py", line 9, in from pip._internal import wheel ImportError: cannot import name...

This is a possible fix to #26, by disabling automatic DPI scaling in the Qt application and let the system handle it. This is admittedly not tested on Windows or...

It seems there is an issue with HiDPI scaling on Linux. ### How to reproduce I got the following on Arch Linux, KDE, monitor resolution 3200x1800, scale factor set to...

**Description:** When running Kimera-VIO-ROS in real-time using a Mynt Eye S camera as data source, the Kimera node crashes at startup if the loop closure detector is enabled. If the...

Hi! Thanks for sharing this plugin, I love the concept and it looks really promising! However, I think there is a problem with some (probably unintentional) side effects. Using the...

The `deb` package for Ubuntu 16.04 has a broken CMake configuration. When trying to build a CMake project that uses the `mynteye` package, the following error arises: ``` CMake Error...

Hi! Thanks for sharing this very interesting project. I noted that installing this project with `make install` only installs the shared library binary, but not the headers (I see, for...

The current test strategy uses mocks of the LSP client APIs. This provides a controlled environment and helps preventing regressions, but it is not enough to prevent issues due to...

continuous integration

## Acceptance criteria * Fix all lint issues * Add pep8 checks in CI

continuous integration
code quality

Increase code coverage for C and Python by implementing more tests.

continuous integration