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
概要 Localizationで使用する際に解の信頼性を知りたい
pcl::Registrationのfitness_scoreは「マッチした点群」に対する評価になっているためマッチしない点群が多いときでも数値が大きくならない
ndtのgetTransformationProbability()はfitness_scoreをマッチした点群の数で割ったような処理になっているためこちらのほうが確度として扱う際に妥当な挙動をする
ndt_cudaにgetTransformationProbability()が実装されていないため追加したい
下記と同様に実装すれば良いと思います https://github.com/koide3/ndt_omp/blob/0852c95360d1b0d29745e7eae7a57c0950de695b/include/pclomp/ndt_omp_impl.hpp#L136
目的 提案内容 タスク
The text was updated successfully, but these errors were encountered:
ndt_omplで1.5程度になる環境でndt_cudaだと15.0程度になる 原因調査中
Sorry, something went wrong.
つくばチャレンジスタートエリア周辺で実験 Derivativesが手法に依存して大きく異なる
No branches or pull requests
概要
Localizationで使用する際に解の信頼性を知りたい
pcl::Registrationのfitness_scoreは「マッチした点群」に対する評価になっているためマッチしない点群が多いときでも数値が大きくならない
ndtのgetTransformationProbability()はfitness_scoreをマッチした点群の数で割ったような処理になっているためこちらのほうが確度として扱う際に妥当な挙動をする
ndt_cudaにgetTransformationProbability()が実装されていないため追加したい
下記と同様に実装すれば良いと思います
https://github.com/koide3/ndt_omp/blob/0852c95360d1b0d29745e7eae7a57c0950de695b/include/pclomp/ndt_omp_impl.hpp#L136
目的
提案内容
タスク
The text was updated successfully, but these errors were encountered: