Program mirroring可打印版本 +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: Request new features (//www.sinclairbody.com/forum/Forum-Request-new-features) +--- Thread: Program mirroring (/Thread-Program-mirroring) |
Program mirroring-Mario69-11-04-2021 I suggest to add a special function to create a mirroring trajectories and targuets function. I'm working for an automotive manufacturer and we use this feature for a lot of robotic application. With these function, not need to create target by target poses for left and right parts... RE: Program mirroring-Albert-11-04-2021 This feature already exists. You can mirror programs and objects by using the Scale function. You can try it like this:
RE: Program mirroring-alexrengel18-11-04-2021 (11-04-2021, 03:11 PM)Mario69 Wrote:I suggest to add a special function to create a mirroring trajectories and targuets function. Our company developed Python scripts that can handle this. It reads in the original target data (children) and robot joint angles, then you select what UF and axis you want to rotate or mirror with respect to, then boom. The scripts generates new targets that are mirrored with respect to the original targets. |