Skip to content

Instantly share code, notes, and snippets.

@hoshianaaa
Last active December 12, 2021 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoshianaaa/dd48394368a76bdf07154fa5edc339b4 to your computer and use it in GitHub Desktop.
Save hoshianaaa/dd48394368a76bdf07154fa5edc339b4 to your computer and use it in GitHub Desktop.
Robot Vision Controller 設計資料

Robot Vision Controller 設計資料

更新

2021-12-10

作者

@hoshianaaa

バージョン

2021.12

目的

  • 低価格ロボット向けのRobot Vision Controllerを作る
  • Visionシステムを簡単に?組めること

ゴール

  • GUIで設定などを行える
  • 形状マッチ&ピッキング

設計

- GUI: Qt,C++ ?? 1.Calibration Widgetまず作る

@hoshianaaa
Copy link
Author

Screenshot from 2021-12-10 12-50-25

@hoshianaaa
Copy link
Author

ひとまずCalibrationパネル作成

設計

入力

  • チェッカー認識点(9個?)
  • get posボタン => 押すとロボット現在位置を入れる
  • ロボットの現在位置(x,y,z)
  • calibrationボタン => 押すとキャリブレーターに"カメラ座標点,ロボット座標点のリスト"を送る

出力

  • カメラ座標点,ロボット座標点のリスト"送信

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment