Closed matthias-mayr closed 1 year ago
On ROS noetic with python3 and rdflib from pip, it gives this otherwise: "RuntimeError: dictionary keys changed during iteration"
This is a really ugly fix, but I guess since it only happens when initializing, the impact should not be too much. Feel free to comment.
Totally correct & fixed with the second commit.
On ROS noetic with python3 and rdflib from pip, it gives this otherwise: "RuntimeError: dictionary keys changed during iteration"
This is a really ugly fix, but I guess since it only happens when initializing, the impact should not be too much. Feel free to comment.