boschresearch / pcg_gazebo

Procedural Generation for Gazebo
https://boschresearch.github.io/pcg_gazebo/
Apache License 2.0
69 stars 24 forks source link

replaced collection.Iterable by collection.abc.Iterable #149

Closed crthilakraj closed 1 year ago

crthilakraj commented 1 year ago

The collections.Iterable has been deprecated since Python 3.3 and stopped working in Python 3.10, hence the PR replaces collections.Iterable withcollections.abc.Iterable

ralph-lange commented 1 year ago

Superseded by https://github.com/boschresearch/pcg_gazebo/pull/150.