Ian McElhenny

Results 10 comments of Ian McElhenny

> Another solution is to switch to this fork which solves the issue: https://github.com/almir1904/python-pushover > > I think it is good idea to star it, so it will at some...

> _to change the node ID, you need to adjust the CANNODE_NODE_ID parameter on the ARK Flow._ If you look above on the Reading on Mission Planner SLCAN there is...

from the link above I stumbled upon this link https://github.com/nemequ/simde which is a similar library but it is more inclusive. I have done some preliminary changes and have been able...

I have made the needed changes here #136

@pabs3 I have actually stopped using SPTAG. So I won’t be able to rebase and test. Sorry about that.

> @mohanen Is a following snippet an answer to the request? > > ```c++ > // WLS > cv::Ptr wls_f = cv::ximgproc::createDisparityWLSFilterGeneric(true); > cv::Mat wls_filtered_disp; > wls_f->filter(disparity, I1, wls_filtered_disp, disp_right);...

I too would like this feature, and on a similar note, is there a manual way to do this? Like deleting a file or something?

+1 is this supported?

Upon further reading/inspection I now realize I am misinterpreting what the intention of a parallel node is and what SuccessOnSelected really means. The docs for [SuccessOnOne](https://py-trees.readthedocs.io/en/devel/composites.html#:~:text=Parallels%20with%20policy%20SuccessOnOne%20return%20SUCCESS%20if%20at%20least%20one%20child%20returns%20SUCCESS%20and%20others%20are%20RUNNING) reads that the "one"...