It is possible to set something like this
:valgrind_options => ["--leak-check=full", "--track-origins=yes"]
in
Orocos.run 'image_preprocessing::HSVSegmentationAndBlur' => "hsv_segm", "hsv_mosaicing::Task" => "mosaic", :valgrind => true, :valgrind_options => ["--leak-check=full", "--track-origins=yes"] do
This should be mentioned on the debugging section of the rock-doc
It is possible to set something like this
in
This should be mentioned on the debugging section of the rock-doc