Skip to content
New issue

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

様々な製品のスペックを外部パラメータとして取り込み可能な2DLiDARがほしい #27

Open
tmori opened this issue Jun 7, 2024 · 1 comment

Comments

@tmori
Copy link
Contributor

tmori commented Jun 7, 2024

こんなイメージのもの

仕様項目としては、一旦、以下とする。

  • 検出距離:min-maxをmmで指定
  • 測距離精度:距離のxx%、ノイズはガウス分布で、分散値を指定できるようにする
  • 角度範囲:-xx度-yy度
  • 角度分解能:xx度
  • 走査時間:xxHz
  • 測定不能時の値:0 or 最大値
  • 測定不能の発生確率:xx%
@tmori
Copy link
Contributor Author

tmori commented Jun 7, 2024

パラメータ定義例

{
  "DetectionDistance": {
    "Min": 60,
    "Max": 4095
  },
  "DistanceAccuracy": {
    "Percentage": 3.0,
    "NoiseDistribution": "Gaussian",
    "Variance": 0.5
  },
  "AngleRange": {
    "Min": -135,
    "Max": 120,
    "Resolution": 0.3515625,
    "ScanFrequency": 10
  },
  "InvalidMeasurement": {
    "Probability": 0.1,
    "InvalidValue": "Max"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant