RoboDK-API
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)
This is not about the API, but instead about your German website translation. [https://robodk.com/de/](https://robodk.com/de/) below "Roboter-Bearbeitung" it has to be "die Roboterbahn" instead of the current "den Roboterbahn".
Please, consider these edits for file robodk_api_c.c (C API): line 105: RoboDK_Connect(inst, "", ROBODK_DEFAULT_PORT, "", ""); delete lines 119 to 121 Regards
This variable is not populated in the CMakeLists.txt and only worked as expected because I was setting it to the correct value unintentionally in an upstream CMake project while testing...
add 2d camera as an item in the station tree for further manipulation
Resolves #35
MAX_STR_LENGTH is now defined as 2048 chars long. Where do these numbers (1024, 2048) come from? This should be equal to the longest diagnostic message that the API is expected...
In 5.6.9, installing robodk via ``pip3 install robodk`` fails on Ubuntu 20.04. * Installing 5.6.8 works fine on Ubuntu 20.04. * Issue doesn't happen on Ubuntu 22.04. ``` Collecting robodk...
Pretty much the title. The `ShowMessage` method of the `Robolink` class has a line: `print(message)` after being called. If a CLI uses the RoboDK API, this can be disruptive. I...
Uses an extra flag so as not to break any existing code