Dev record/ROS

[ROS] AttributeError: module 'open3d' has no attribute 'read_point_cloud’

Barrer 2023. 1. 9. 12:36
반응형

문제 상황

AttributeError: module 'open3d' has no attribute 'read_point_cloud’

 

해결 방안

pip install open3d-python

 

반응형