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
LiDARセンサーのパラメータを変更する方法を教えてください。 水平解像度はAzimuth Resolutionの値を変更すれば良いのはわかりますが、垂直解像度であるZenith Anglesの要素はどのようにして決めているのでしょうか。
The text was updated successfully, but these errors were encountered:
ZenithAngles[]は垂直角を1本ずつ指定するものです(単位は[deg])。 垂直解像度はZenithAngles[]の配列サイズで決定されます。
予め用意しているデータセット(VLP-16やVLP-32)は、製品のデータシートから角度を調べて入力しています。
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
LiDARセンサーのパラメータを変更する方法を教えてください。
水平解像度はAzimuth Resolutionの値を変更すれば良いのはわかりますが、垂直解像度であるZenith Anglesの要素はどのようにして決めているのでしょうか。
The text was updated successfully, but these errors were encountered: