Some issues as newbie with roboDK and Niryo One- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Some issues as newbie with roboDK and Niryo One (/Thread-Some-issues-as-newbie-with-roboDK-and-Niryo-One) |
Some issues as newbie with roboDK and Niryo One-thomas-01-20-2021 Hi forum, I downloaded the latest trial version (V5.2.0.19949)of roboDK and installed it on a Linux computer (Linux Mint Cinnamon 19.1 Tessa). I also have a Niryo One robot available here. Can I control the real robot with the trial version or is it only possible to simulate the robot with the trial version? A connection does not seem possible. The Niryo One can be reached in roboDK via ping, the port is according to Niryo 9090 by default. When I click on Connect, the connection status failed. Am I doing something wrong? With the standard software for the robot, I can operate the Niryo One perfectly. Another problem is that I cannot create the program because the Niryo One is not in the list of post processors. If I now choose any other processor (Mitsubishi in this example) I get the following error (see attached screenshot). Thanks in advance, Thomas RE: Some issues as newbie with roboDK and Niryo One-Albert-01-20-2021 We currently do not have a post processor or a driver for the Niryo robot. Can you provide us a sample program that runs on the robot? We can help you create a post processor and a driver. More information about post processors here: //www.sinclairbody.com/doc/en/Post-Processors.html More information about drivers here: //www.sinclairbody.com/doc/en/Robot-Drivers.html RE: Some issues as newbie with roboDK and Niryo One-Albert-01-20-2021 error generating a program is related to your text editor not being properly selected. I recommend you to set your editor here:
RE: Some issues as newbie with roboDK and Niryo One-thomas-01-20-2021 Hi Albert, thank you for your help. I found the text editor option and set it to the correct path. This works. I have found a generated file inside my tmp folder (see attached file PostPunkt.py) Unfortunately I get another error. (see attached file error_2.png) A working example for me ist the following snippet. I could run the script on the raspberry inside the robot. The python api and also the ROS-Stack is on github: https://github.com/NiryoRobotics/niryo_one_ros.git Thak you in advance, Thomas
Code:
#!/usr/bin/env python
RE: Some issues as newbie with roboDK and Niryo One-thomas-02-01-2021 Hello Albert, after i installed and selected idle i could use the post processor. It seems that the change in RoboDk's interface regarding the text editor is somehow stuck. Does the example for the Niryo helps to build a driver and post processor? Regards, Thomas |