Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 645 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 645 Bytes

JavaKUKA

Javakuka is an open-source project for creating Kuka Robot Language (KRL) codes in Java.

Currently the following tools are available:

LA: linear algebra.

Robot: forward and inverse kinematics.

KRLwriter : put geometric data into a .src file.

please visit http://javakuka.org/ for details.

The processing user needs to create “…/libraries/kuka/library/kuka.jar”, and then write “import kuka.*;” to import the library.

The correspondence between the Java codes, the robot, and KRL codes looks like: alt text

alt text