rpiRobotics / rpi_general_robotics_toolbox_py

Robotics Python toolbox containing mathematical functions and utilities
https://general-robotics-toolbox.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
20 stars 6 forks source link

filter object has no len() #2

Closed hehonglu123 closed 2 years ago

hehonglu123 commented 2 years ago

https://github.com/rpiRobotics/rpi_general_robotics_toolbox_py/blob/master/src/general_robotics_toolbox/urdf.py#L109

Needs to be converted to a list first to get its length.

johnwason commented 2 years ago

Fixed with #3 and #4