How do I combine orients in Rapid?
I am wondering if code like this is working in Rapid…
(definitions)
orient orient_offset;
tooldata tOrig;
tooldata tRapProgram;
(code snippet)
tRapProgram := tOrig;
tRapProgram.tframe.rot := tRapProgram.tframe.rot * orient_offset;
Since rot and orient are both quaternions…