Erwan MATHIEU
Erwan MATHIEU
When starting a simple robot_state_publisher node and using FastRTPS, the node crashes with the following error : ``` RMW_IMPLEMENTATION=rmw_fastrtps_cpp ros2 launch my_package robot_base.launch.py [INFO] [robot_state_publisher-1]: process started with pid [498]...
Small factorization to ease Printer Agnostic Project mockup. Comes with https://github.com/Ultimaker/Cura/pull/18246 CURA-11561
* Replaced setting `brim_outside_only` by `brim_location` to give more brim option. * Extended the use of `brim_inside_margin` which is now more widely used. The description, documentation and default value have...
This PR adds the ability to generate a brim outside a model, inside or both. For this to work, I had to partially rewrite the brim generation because we cannot...
Some users may prefer to configure processors using a fixed properties edior widget. That should be a possibility (or even replace the actual edition mechanism ?)
For some processors, like data viewer, it would be convenient to resize it to see the embedded image properly. For processors with properties, it would be convenient to fold/unfold them...
Add a processor which takes an image and a number as input to make simple operations like addition, multiply, ...
When using the name filter of processors, it should be possible to enter keywords that are related to the processor, for example "addition" to find the operator processor.
Manual edition of a kernel processor is very not user-friendly...