ethz-asl / voxblox_ground_truth

Create ground truth voxblox maps from Gazebo worlds or .ply files
BSD 2-Clause "Simplified" License
83 stars 24 forks source link

ply_to_sdf error #12

Closed wilsonz91 closed 3 years ago

wilsonz91 commented 3 years ago

Hi,

I am getting an error when using custom ply files. I've tried a simple model, namely a unit cube. The terminal output is as follows: `[ INFO] [1600785935.914281736]: Will apply transformation:

Is there any specifics on creating the ply file? Also, would it be possible for the office ply in #4 to be included in the example?

wilsonz91 commented 3 years ago

Found out the error was thrown at line 99 of ply_to_sdf_script.cpp as I was a ply model with less than 1000 triangles. Commenting it out worked fine.