Gaël Écorchard

Results 64 issues of Gaël Écorchard

The arguments were missing in `ur10_macro.xacro` and similars, as well as in `load_ur.launch` Signed-off-by: Gaël Écorchard

I have a problem opening an .ipynb file. In the ipynb file: ``` "metadata": { "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, ``` `"jupyter kernelspec list"` gives:...

Signed-off-by: Gaël Écorchard ### Description Add missing `#include`. ### Checklist - [x] **Required by CI**: Code is auto formatted using [clang-format](http://moveit.ros.org/documentation/contributing/code) - [ ] Extend the tutorials / documentation [reference](http://moveit.ros.org/documentation/contributing/)...

### Description Despite #503 and #506, you cannot call `MoveGroupInterface::stop()` in a separate thread while `MoveGroupInterface::execute()` is running. This is related to thread-safety but I couldn't find information about thread-safety...

bug

Signed-off-by: Gaël Écorchard ### Description `future.wait_for()` should not be used with a time obtained from `node_->now()` because of the mix between simulated and system time. This PR fix the issue...

If I enter a Unicode character (I tried `ë`) in the "Hello World!" line the character is shown but the application crashes when I enter another character (also ASCII).

bug

Signed-off-by: Gaël Écorchard

I was looking for a node to compute the histogram of intensities from an image and found this nice repo I didn't know yet. Apparently, there is no such feature...

I have a conflict when using https://github.com/FreeCAD/FreeCAD-addons and the command `git sumodule foreach git pull origin master` (each time I run the command). The command output the last time I...

## Describe the bug The snap version of chezmoi (rev 517 with chezmoi v2.22.1) has no access to stdin and stdout ## To reproduce ```console $ /snap/bin/chezmoi execute-template < modify_PrusaSlicer.ini.tmpl...

support