doosan-robotics / doosan-robot2

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

Humble with Python 3.10 *SOLVED* #54

Closed Dorianproject closed 4 months ago

Dorianproject commented 7 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 6 months ago

Thank you for your feedback @Dorianproject

I will close this issue.