We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If i export a pcd file then the coordinates are rotated.
Steps to reproduce
Original:
VERSION .7 FIELDS x y z intensity ignore SIZE 4 4 4 4 4 TYPE F F F F I COUNT 1 1 1 1 1 WIDTH 18524 HEIGHT 1 POINTS 18524 VIEWPOINT 0.05900321900844574 -0.07574359327554703 -0.2720370888710022 0.5081034302711487 0.4905165731906891 -0.5046494603157043 0.496541291475296 DATA ascii 56.11600112915039 3.2920000553131104 2.109999895095825 0.0 8 56.095001220703125 3.378999948501587 2.1089999675750732 0.0 8 56.00400161743164 3.549999952316284 2.1070001125335693 0.0 8 56.03799819946289 3.7290000915527344 2.1080000400543213 0.0 8 56.034000396728516 3.9059998989105225 2.1089999675750732 0.0 8 55.95399856567383 4.077000141143799 2.1059999465942383 0.0 8
After:
VERSION .7 FIELDS x y z label object SIZE 4 4 4 4 4 TYPE F F F I I COUNT 1 1 1 1 1 WIDTH 18524 HEIGHT 1 POINTS 18524 VIEWPOINT 0.05900321900844574 -0.07574359327554703 -0.2720370888710022 0.5081034302711487 0.4905165731906891 -0.5046494603157043 0.496541291475296 DATA ascii -3.565118601287626 -1.7615104680102895 56.06772173278916 0 -1 -3.6520123553317507 -1.758476448887155 56.04647916606177 0 -1 -3.8226810941159712 -1.7529514743923365 55.955004688730185 0 -1 -4.0017304907383195 -1.7490308943630026 55.98852715415024 0 -1 -4.178687184667901 -1.745523041397373 55.98406245504172 0 -1 -4.349357383294862 -1.7388936721846697 55.90357577186323 0 -1 -3.718441293984947 -1.372338817361772 40.194880423352274 0 -1
The text was updated successfully, but these errors were encountered:
Indeed that's a bug. Thanks for your feedback.
Sorry, something went wrong.
897f715
Merge pull request #72 from hetzge/master
2b18abd
Fix #66 remove camera translate for pcd export
No branches or pull requests
If i export a pcd file then the coordinates are rotated.
Steps to reproduce
Original:
After:
The text was updated successfully, but these errors were encountered: