It is a challenging project !
If you need to make 3D model of hande in your simulation, we have stl files available on our support page.
https://robotiq.com/support
I am not familiar with UR ROS package but if it require you to connect on a robot you can maybe connect on UR Simulator. You can download a virtual machine with UR simulator from UR developer website.
https://www.universal-robots.com/developer-community/
We have a ROS package which can help as well:
https://github.com/ros-industrial/robotiq
http://wiki.ros.org/robotiq
The ROS package is made to work with a real gripper. There is no gripper simulator available.
The easiest why to control the gripper via ros is to have it connected on the PC via USB.
The control a gripper at the wrist of the robot there are some possibility:
- Send UR script via client interface 30002
https://dof.robotiq.com/discussion/1987/how-to-control-robotiq-product-through-port-30002-on-universal-robot
https://dof.robotiq.com/discussion/1649/control-gripper-via-ur-controller-client-interface#latest - Communicate via UR rs485 urcap (no compatible with robotiq urcap)
- Communicate with Robotiq URCAP deamon
https://dof.robotiq.com/discussion/1962/programming-options-ur16e-2f-85#latest
Hey guys,
I am currently struggling to find a way to create a stimulated robot of UR5e robot with hand-e gripper. I need to do that for testing the machine learning code prior to the actual test on the robot (also will help reducing the learning time). However I could not find any proper document to help doing this in any platform such as rviz or v-rep.
Thank you!
Bob