Closed JianXinyu closed 4 years ago
When I run the example, an error occurs. It is because this line in insertPointCloud.py: "camera_info = data['camera_info'][()]". The data doesn't have a key named ''camera_info'.
This problem can be fixed by importing 'camera_info.YAML' manually.
When I run the example, an error occurs. It is because this line in insertPointCloud.py: "camera_info = data['camera_info'][()]". The data doesn't have a key named ''camera_info'.