driver and a post processor of Dobot-Arm MG400可打印版本 +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: Request new features (//www.sinclairbody.com/forum/Forum-Request-new-features) +--- Thread: driver and a post processor of Dobot-Arm MG400 (/Thread-driver-and-a-post-processor-of-Dobot-Arm-MG400) |
driver and a post processor of Dobot-Arm MG400-sam.choy-05-03-2022 Hello roboDK team, my request is about the implementation of a driver and a post processor to control the robot Dobot MG400. In the roboDK library already exists the robot, which allows to perform simulations. 这我们uld be interesting to connect the real robot to roboDK. This is the link for various Dobot industrial robot: https://github.com/Dobot-Arm/TCP-IP-Protocol/blob/master/README-EN.md The SDK is suitable for the secondary development of Dobot collaborative robot CR/MG400/M1Pro series. Based on TCP / IP communication protocol, and provides the support of Java / C++ / C# / Python / ROS / MATLAB / LabVIEW / Android Demo. In our lab we already purchase 10 sets of DoBot MG400 and 31 sets of RoboDK licenses. we would be interested in testing the driver and helping with the development. Best regards, Sam Choy RE: driver and a post processor of Dobot-Arm MG400-Albert-05-05-2022 We currently have a driver for Dobot Magician robot. Do you know if it works on the Dobot MG400 as well? If not, we would be happy to work with you to improve our Dobot driver to support the MG400 robot. It is better if you contact us by email at info@www.sinclairbody.com so we can start working on this. RE: driver and a post processor of Dobot-Arm MG400-sam.choy-03-20-2023 (05-05-2022, 09:12 AM)Albert Wrote:We currently have a driver for Dobot Magician robot. Do you know if it works on the Dobot MG400 as well? Dobot Magician post-processor cannot apply on Dobot MG400, since it uses Lua script. I made the first version post-processor and it seems not to be working very well currently. RE: driver and a post processor of Dobot-Arm MG400-Albert-03-20-2023 Great, thank you for sharing. What issues did you have with this post processor? If you can share the error messages or error codes you get we can help you better. RE: driver and a post processor of Dobot-Arm MG400-Albert-03-20-2023 I noticed there was an issue when generating joint moves. You should provide joint values, not the pose. I attached the post processor with some minor edits. RE: driver and a post processor of Dobot-Arm MG400-sam.choy-03-27-2023 How ever I found the joint move I think the joint value should apply in RE: driver and a post processor of Dobot-Arm MG400-Albert-03-29-2023 With the information you provided it may be more robust to use an absolute joint movement for joint moves (the MoveJ function in RoboDK post processor) Also, it may be better to not specify the arm orientation for linear movements. I attached the updated post processor. |