RoboDK-API icon indicating copy to clipboard operation
RoboDK-API copied to clipboard

Implementation of the RoboDK API in different programming languages. The RoboDK API allows simulating and programming any industrial robot (offline and online)

Results 11 RoboDK-API issues
Sort by recently updated
recently updated
newest added

In robolink.py, the `Item` class has `setAsCartesianTarget` and `setAsJointTarget` methods. In both cases, these methods conclude with `return self`, which would return an instance of the `Item` class. While other...