-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
pcd viewpoint
Jochen Sprickerhof edited this page Jul 23, 2013
·
1 revision
https://github.com/PointCloudLibrary/pcl/commit/eb3cb6a4f13f16c81315b6bc1b36db5704ff3bfc fixed a bug in the viewpoint generation code for pcd files. In case you point cloud seems to be flipped after this commit, you can simply fix this using:
sed -i 's/VIEWPOINT 0 0 0 0 1 0 0/VIEWPOINT 0 0 0 1 0 0 0/'
or by editing the header directly. More can be found in: