[feature request] Configurable user frame for ABB work object frames #271
Replies: 3 comments 3 replies
-
Thank you for the suggestion, I think is a good idea. I'll try to add it to the next release, should not take long to do. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@visose Cool! I can take a crack a PR, but it will just be for ABB/Rapid -- I'm not familiar with any of the other systems. |
Beta Was this translation helpful? Give feedback.
3 replies
-
That make sense, very cool. I'm happy to close this then! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On ABB*, a work object frame is defined as two coordinate transforms: the user frame first, then the work object frame relative to the user frame. Currently, the Robots 'Create Frame' puts the specified frame as the user frame, and a zero frame for the work object frame:
It would be useful to have the work object frames specified relative to a single user frame declared as its own variable, e.g.:
With the default FrameUserBase, the resulting work object frames would be the same as before. The new variable would enable easily repositioning all of the work objects by changing the FrameUserBase.
Ideally, the user frame would be specified as a parameter (to set the default value), but even a hard-coded zero default that could be changed on the robot at runtime would be useful.
* maybe on other robots too? #182 sounds similar for UR robots.
Beta Was this translation helpful? Give feedback.
All reactions