Local or internalised library #147
-
|
Hi,
However, working in a commercial setting, I looking for a possibility to define the robot completely locally, and preferably so, that the robot is internalised into the gh-file itself (much like in Kuka|prc). Is there a possibility to have a local library (with unique names), maybe stored to a server location, other than User/Robots/ ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
|
Hi @toniosterlund, as you say, if you don't want your robot library to be publicly available, currently the solution would be to create locally the 3dm/xml files placed under the User/Robots/ folder (Documents/Robots in Windows) and distribute these files to other machines, asking the users to copy them to this same location. If you change these files, they will have to copy them again. We could add additional folder locations to check for libraries, these could point to a network drive. We could also add a feature to load a robot system from internalized text and a list of meshes per mechanism. If you are in a commercial setting, are finding the plugin useful, and can afford it, consider sponsoring the project to get your feature requests prioritized. |
Beta Was this translation helpful? Give feedback.
-
|
@toniosterlund, loading tools and frames directly from the controller has been added to the latest version. See this comment for details: #154 (comment) |
Beta Was this translation helpful? Give feedback.
-
|
هلا كيف يمكنني أن اتعلم ؟ |
Beta Was this translation helpful? Give feedback.


Hi @toniosterlund, as you say, if you don't want your robot library to be publicly available, currently the solution would be to create locally the 3dm/xml files placed under the User/Robots/ folder (Documents/Robots in Windows) and distribute these files to other machines, asking the users to copy them to this same location. If you change these files, they will have to copy them again.
We could add additional folder locations to check for libraries, these could point to a network drive. We could also add a feature to load a robot system from internalized text and a list of meshes per mechanism.
If you are in a commercial setting, are finding the plugin useful, and can afford it, consider…