Skip to content

Latest commit

 

History

History
110 lines (84 loc) · 3.15 KB

index.md

File metadata and controls

110 lines (84 loc) · 3.15 KB

KUKA 機器手臂與Leap Motion

KUKA 機器手臂簡介

手臂基本介紹

六軸機器手臂

Image

機器手臂教導器 SmartPAD

  • SmartPAD 正面

![Image](./img/SmartPAD front.PNG)

  • SmartPAD 背面

![Image](./img/SmartPAD back.PNG)

  • SmartPAD 主畫面

![Image](./img/SmartPAD Main desktop.PNG)

軸向

  • A1~A6

Image

空間

  • Base空間

Image

  • Tool空間

Image

6分鐘快速簡介

<iframe width="560" height="315" src="https://www.youtube.com/embed/3UZCKB1lnW4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

線上模擬環境

  • 我們把模擬環境放在網站上了
  • 網址在這邊 RobotSim WebPlayer
  • 在模擬器中我們可以學到這些
  • 座標系
    • WORLD
    • BASE
    • TOOL
  • 操作方式
    • XYZ ABC
    • AXIS
  • 運動指令
    • PTP
    • LIN
    • CIRC(網頁版的模擬器中沒有)
  • 軸極限
    • A1~A6
  • 手臂程式執行方式
    • 先教點
    • 用指令讓手臂重現動作

Leap Motion簡介

Leap Motion與機器手臂互動介紹

Unity+LeapMotion與機器手臂

<iframe width="560" height="315" src="./demo.mp4" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

硬體

  • Robot KR6 R700-2
  • LeapMotion
  • PC
  • 使用 USB 連結 Leapmotion 與 PC
  • 使用 網路線 連結 PC 與 機器手臂

軟體

通訊方式

  • EKI 使用 XML 格式
  • 手臂端設定檔 下載
  • 手臂端程式 下載
  • PC端程式 下載

互動體驗