How make a non parallel gripper work ?——革命制度党ntable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: How make a non parallel gripper work ? (/Thread-How-make-a-non-parallel-gripper-work) |
How make a non parallel gripper work ?-omarAlrafei-09-06-2020 I have modeled a non parallel gripper and i would like it to be add to the program in order to simulate it's movement can someone help, thanks. RE: How make a non parallel gripper work ?-Albert-09-07-2020 You can create a gripper or other mechanisms by selecting Tools, then, Model Mechanism or Robot. More information here: //m.sinclairbody.com/doc/en/General.html#ModelRobot On the other hand, non parallel grippers are officially not supported. You could model your specific gripper by making a plugin or a custom script. RE: How make a non parallel gripper work ?-omarAlrafei-09-13-2020 So if i want to make a gripper that rotate and closes like robotiq gripper is currently not supported?why? i mean u guys have made an incredible work the program is amazing non the less but this little feature in my opinion is way easier than what u have done so will we be seeing the update for such feature soon? RE: How make a non parallel gripper work ?-Albert-09-14-2020 Special grippers like the RobotiQ are very special as they have complex kinematics. This type of gripper can only be added on our end. I recommend you to look at the Plugin Interface if you want to model grippers or special mechanisms yourself: //m.sinclairbody.com/doc/en/PlugIns/index.html |