Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 744 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 744 Bytes

M-arm

20Fall-21Fall Srtp, SEU: M-arm with handreg&pos tracing May can use in remote medical help

Based on JiBot(with arduino) from taobao:众灵科技(a M-arm manufactor)

Team member

Ruoyao Wen, Pengxiao Wu, Yihao Wu, Zheng Yi.

Finished

Implenmented hand-reg based on Leapmotion(Unity), pos tracing based on HTC Vive tracker

What have I done in this project?

  1. Implemented Leapmotion hand-reg using Unity;
  2. Finetuned pos-tracking(initial pos setting, scale transformation, smoothing, etc);
  3. Implemented M-bot::arduino: process the info passed from unity, send the orders to the servos;
  4. achieved Bluetooth between computer(Unity running handreg&pos_tracking) and arduino's softwareSerial(Using bluetooth module: HC-08).