Open 9598jhj opened 3 years ago
Can you share a PCD file not supported by the tool? Thanks.
I have the same issue with ouster-128. This is one of pcd files made from rosbag file. Are there any problem on this file? Thanks
Hi, the tool decode the shape of your data as: 262144 points / Width: 6.7590201069809344e+38m / Height: 6.757695868457912e+38m / Depth: 6.727824746890038e+38m
The number of points is correct but coordinates are not. You can tweak SsePCDLoader.js to investigate what is going on or you may want to convert your PCD file to the ASCII format to see if it looks better.
Thank you for replying. I tested to convert binary PCD files to the ASCII format, and this tool works fine. Thanks for a great tool.
I have two sensor such as vlp-16 and ouster-64 The sensor data made from vlp-16 works fine with this code, but Sensor data made form ouster does not worked Is there a solution to this problem?