REQUEST TO ADD RELATIVE MOVE - Offset可打印版本 +- RoboDK Forum (计画ps://m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (计画ps://m.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: Request new features (计画ps://m.sinclairbody.com/forum/Forum-Request-new-features) +--- Thread: REQUEST TO ADD RELATIVE MOVE - Offset (/Thread-REQUEST-TO-ADD-RELATIVE-MOVE-Offset) |
REQUEST TO ADD RELATIVE MOVE - Offset-sig.johnnson-01-12-2023 I would like to request that the "apply relative move feature" be exposed to the Python API. Please see attached screenshot. Thanks! RE: REQUESTION TO ADD RELATIVE MOVE-亚历克斯-01-13-2023 You could use item.setPose(Offset(item.Pose(),x,y,z)) for this purpose. 请看附呈站: RE: REQUESTION TO ADD RELATIVE MOVE-sig.johnnson-01-13-2023 Thanks, Alex! That fits what I needed. |