doosan-robotics / doosan-robot2

ROS 2 for Doosan Robot
BSD 3-Clause "New" or "Revised" License
69 stars 46 forks source link

Humble with Python 3.10 *SOLVED* #54

Closed Dorianproject closed 2 months ago

Dorianproject commented 5 months ago

For anyone who is using the Doosan Humble Pkg and has a Problem with the DR_common2.py Just replace "collections.Iterable" with "collections.abc.Iterable" in that file. Since Python 3.10 there is not "collections.Iterable".

song-ms commented 4 months ago

Thank you for your feedback @Dorianproject

I will close this issue.