Replies: 1 comment 1 reply
-
Hi, supporting a new robot manufacturer requires changes to the project itself. You can fork this repository and add those changes. But as a workaround, if your robot is very similar to one of the existing supported ones, you might be able to get away with defining it in the XML as in this other brand and you can replace the postprocessor with a custom one for your particular robot through an input in the Load RobotSystem component. This will not require you to build a custom version of this plugin. You will have to write this postprocessor yourself in C#, VB.NET or IronPython. The existing ones are here: https://github.com/visose/Robots/tree/master/src/Robots/PostProcessors You just need to create a class in a scripting component that implements the |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I am currently trying to add our JAKAmini Cobot to the robots plugin. I can simulate the robot via the Rhino and XML file. To export the correct robot program I have to change the post professor as well, because the current program has the wrong data. How can I do this?
I have received a post processor from the manufacturer that I would like to import it, or can I rewrite an existing post processor?
I am happy about any help.
Anna
Beta Was this translation helpful? Give feedback.
All reactions