Gaël Écorchard

Results 64 issues of Gaël Écorchard

The link https://github.com/ros2/ros2/wiki/Migration-Guide is broken. It could be replaced by https://github.com/ros2/ros2/wiki/Migration-Guide.

- Support for USB3Vision was added to aravis in version 0.6 (development). - Use arv_camera_* functions where possible. - Use ExposureTime instead of ExposureTimeAbs because ExposureTimeAbs is not anymore in...

I have an issue when trying to use YCM-Generator. `CMakeLists.txt` ```cmake cmake_minimum_required(VERSION 2.8) PROJECT(ParticleFilter) SET(CMAKE_BUILD_TYPE "RelWithDebInfo") SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -g") add_definitions("-std=c++11") find_package(VTK REQUIRED) include(${VTK_USE_FILE}) add_subdirectory(dataLoader) set(LIBS LaserDataLoader) add_subdirectory(gui) set(LIBS ${LIBS} Gui)...

Thanks for this plugin, I just installed it but it looks very good from the first tries I gave to it (your plugin looked the most interesting from the list...

Hi, I want to thank you for this, even if I didn't manage to have it run so far. I manage to pair to a Spark 3 watch but when...

bug

I'm in the process of studying your powerful workbench and have a suggestion. The shape of the paper plane is granted very nice. However, I think it would be probably...

Feature request

I don't master import much but this are the changes that I needed to do to have it working under my setup (Python 2.7). Python 3 still fails because of...

Minimum Vim version is 8 because of the use of `pythonx`.

Reverts 91afcf8f623c65a99dfb678b50bb8cb438fe6a10 because it made atp incompatible with NeoVim, unfortunately. `pythonx` is also only available in recent Vim versions. Please consider merging at least the first commit that solves mixing...

I need more control items for the Turtlebot3 Conveyor I'm working on. The OpenCR firmware for the Conveyor is not ready for publication yet but I intend to publish it...