An open API service indexing awesome lists of open source software.

https://github.com/stef/kuka-yoga

KUKA Robot C2 example using interrupts controlled via serial port
https://github.com/stef/kuka-yoga

Last synced: 4 months ago
JSON representation

KUKA Robot C2 example using interrupts controlled via serial port

Awesome Lists containing this project

README

          

* KUKA yoga

This KUKA Robot Language (KRL) program demoes how to control a KUKA robot from
an external source (like another computer or arduino) over a serial port, which
triggers an interrupt, additionally it contains a pseudo random number
generator.

The program makes a KR C2 sweep around touching 16 predefined points until it
receives a "1" on the 3rd serial port, then it switches to moving randomly
between 4 points always pointing in the same direction. Going back to the
sweeping around movement is done by sending a "0" on the serial port.

The serial port configuration is mostly irrelevant, the only important
detail is that it should be the same on both the KUKA and the other end.