Alexis Paques

Results 23 issues of Alexis Paques

Hi there, Who is the copy of whom? EasyMesh or PainlessMesh? One is MIT, the other GPLv3, but it's almost the same codebase. https://gitlab.com/BlackEdder/painlessMesh/blob/master/README.md

Is it possible to use this library on the UBX M8P for RTK purpose (base-station)? configure dynamic model get the RTCM3 corrections (1005, 1077 and 1087) If not, do you...

By adding ` page-break-inside: avoid;` to the `card-nested` CSS, the theme becomes printable with nice transitions. ```css .card-nested { min-height: 0; border-width: 1px 0 0 0; page-break-inside: avoid; } ```...

Hi there, it happens from time to time to do a repo copy (such as GoogleCode->Github) with no commit kept or have a library that has to be copied following...

The location of the lookup table likely changed, causing a segmentation fault if we do not fix the path.

Did you consider implementing a GPS like protocol for the DWM1000? This requires: * Synchronizing the timestamps of all devices; * Each anchor send its position and current timestamp; *...

`catkin_tools` works slightly differently from `catkin_make` but is also one of the most used tools as it proposes Toolchains, profiles and workspace extension (the main features we use). How are...

When calling the tests with `-ojunit` (Junit output), `\n` are replaced by `{newline}` which causes the Github Checks output to be inlined. This PR is replacing `\n` and `\r` by...

Hi, I am setting up a Jenkins pipeline. The unit tests are executed with `-ojunit` to be processed by the Junit tool. Once the tests failures are coming back to...

This fixes #1 It reorganizes the while loop to have interleaving IPv6 and IPv4 (as intended) while fixing the assumption that n_ipv6 == n_ipv4. The bug can probably be reproduced...