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
The text was updated successfully, but these errors were encountered:
I was able to run it in a humble environment. Can you provide a detailed error log or your environment information?
ros2 run ndt_omp_ros2 align 251370668.pcd 251371071.pcd --- pcl::GICP --- single : 137.812[msec] 10times: 626.499[msec] fitness: 0.22039 --- pclomp::GICP --- single : 26.7686[msec] 10times: 49.744[msec] fitness: 0.270856 --- pcl::NDT --- single : 63.9077[msec] 10times: 632.02[msec] fitness: 0.244372 --- pclomp::NDT (KDTREE, 1 threads) --- single : 153.98[msec] 10times: 1563.31[msec] fitness: 0.213937 --- pclomp::NDT (DIRECT7, 1 threads) --- single : 79.5613[msec] 10times: 771.406[msec] fitness: 0.214205 --- pclomp::NDT (DIRECT1, 1 threads) --- single : 25.7027[msec] 10times: 229.081[msec] fitness: 0.208511 --- pclomp::NDT (KDTREE, 16 threads) --- single : 29.3295[msec] 10times: 287.003[msec] fitness: 0.213937 --- pclomp::NDT (DIRECT7, 16 threads) --- single : 18.4273[msec] 10times: 144.48[msec] fitness: 0.214205 --- pclomp::NDT (DIRECT1, 16 threads) --- single : 6.93176[msec] 10times: 58.4161[msec] fitness: 0.208511
Sorry, something went wrong.
rsasaki0109
No branches or pull requests
The text was updated successfully, but these errors were encountered: