Robots in Architecture Forum

KUKA|prc - parametric robot control for Grasshopper => Support => Topic started by: New-Territories on January 24, 2018, 12:19:09 PM

Title: converting E6POS (with Tool) to gh_plane
Post by: New-Territories on January 24, 2018, 12:19:09 PM
The question is a bit PRC-adjacent,
but how would I go about converting E6POS values (xyzabc) back to grasshopper planes,
given that base is default and I know the xyzabc values for the Tool in use...?

Struggling with the Euler angles, the addition of the tooling has especially confused me.
if the solution could be done completely in gh, all the better.

use-case being that I'm trying to extract a bunch of movements done on the robot, and reinsert them in to a larger piece of code via GH/kukaPRC)

Thanks for any help,
Title: Re: converting E6POS (with Tool) to gh_plane
Post by: Johannes @ Robots in Architecture on January 24, 2018, 04:17:30 PM
Hello,

In the member version of PRC there is a component to import KRL code. It's rather simple and ideally used for code that was already generated in PRC, but you should be able to e.g. read in positions from *.dat files that you taught before.
Let me know if it works!

Best,
Johannes