Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 326 Bytes

Mitsubishi_robotic_arm_control

A class for real time control of Mitsubishi 6-axis robotic arms using UDP communication.

  1. If the caller's side is C++ code, include the class directly.
  2. If the caller would rather use a dynamic library, use the dll that wraps the class.
  3. A C# class which wraps the dll is also provided.