Lucas Streichenberg
Lucas Streichenberg
Also came across this issue with a similar setup, any ideas on how to fix this? ``` Traceback (most recent call last): File "/usr/lib/python3.8/_weakrefset.py", line 38, in _remove def _remove(item,...
In my case a ROS node is profiled, involving msg passing and service calls. So its highly probable that coroutines are involved. However my knowledge on coroutines and generators is...
Looked into failing test quickly (Jenkins Run 92): It seems to fail on a random polygon because of a NULL pointer. Could not reproduce this on my computer yet. ```...