If I want to use my robotic arm to complete a task similar to grasping, what needs to be done on the ros side and the unity side, I would like to know how to import my robotic arm through urdf import, and then set the kinematics of the joints. What should I do on the unity side after the component, and then on the ros side, how can I configure my moveit package and then use it, thank you very much for reading, and look forward to your reply.
hello, so once you get your model in a URDF file, you need to get the package: URDF importer (GitHub - Unity-Technologies/URDF-Importer: URDF importer) You select your model and press Assets->Import Robot From Selected URDF (You have to be selecting the URDF file in order to import your model.
Once your model is imported, the basic controller should work with the joints of your robot. The control in unity is going to be based in the controller, FKRobot and URDF Link script.
1 Like