pypcd icon indicating copy to clipboard operation
pypcd copied to clipboard

PCL pcd fileformat i/o in Python

Results 28 pypcd issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/23388936/39801322-13913668-536b-11e8-8f51-c28a17ee944c.png)

Hi, i am new to ROS2 and pointcloud. I have Lidar data in rosbag. i want to convert it into kitti dataset format .bin files i wanted to use pypcd...

It would be great if this module worked with Python 3. Currently it does not properly import. I briefly looked into it and it looks like the `python-lzf` module (not...

File "/home/ubuntu/pypcd/pypcd/pypcd.py", line 675, in from_path return point_cloud_from_path(fname) File "/home/ubuntu/pypcd/pypcd/pypcd.py", line 293, in point_cloud_from_path pc = point_cloud_from_fileobj(f) File "/home/ubuntu/pypcd/pypcd/pypcd.py", line 275, in point_cloud_from_fileobj dtype = _build_dtype(metadata) File "/home/ubuntu/pypcd/pypcd/pypcd.py", line 197,...

How to save the same number of the pcd file by use camera?

* Fixed Error 'TypeError: sequence item 0: expected str instance, bytes found' in pypcd/pypcd.py * python3 version

Thank you for your project and contribution (Where2comm) w@ubuntu:~/wherecomm/Where2comm$ python opencood/tools/train.py --hypes_yaml /home/w/wherecomm/Where2comm/opencood/hypes_yaml/dair_where2comm_max_multiscale_resnet.yaml > training_log.txt /home/w/anaconda3/envs/Where2comm/lib/python3.8/site-packages/torch/utils/data/dataloader.py:478: UserWarning: This DataLoader will create 8 worker processes in total. Our suggested max number...

I'm using python 2.7 and want to read binary or binary compressed pcd files. The pcd files seems to be ok, because other tools like `pcl_viewer` visualize them correctly. **ASCII...

Hi, I'm using Pypcd version 0.1.1 and python 3.8.10 I'm getting multiple errors while trying to parse binary pcd file (Nuscenes). the one I'm stuck on right now is in...