Here are few examples of all the possible uses of ursim, the official UR robos controller simulator [win],[linux].
Docker compose is used for the setup, pulling the official images from Universal Robots and RoboDK. If you intend to use on your real robot, please make sure you use the correct official ursim tag corresponding to you phisical controller Polyscope version.
Please change the .env
file to match you setup parameters:
Parameter | Description |
---|---|
ROBOT_MODEL=UR5 |
Robot model to simulate: UR3 , UR5 (default), UR10 , UR16 |
POLYSCOPE=5.11.11 |
Polyscope software version |
TZ=Europe/Copenhagen |
Timezone to use. Defaults to Europe/Copenhagen. |
To use with official ROS drivers, the official URCap external-control plugin needs to be installed while building the image. TODO Currently not working, the file sha is corrupted or something? More info here: https://docs.ros.org/en/ros2_packages/rolling/api/ur_robot_driver/user_docs/installation/install_urcap_e_series.html#install-urcap-e-series
TODO
Port | Function |
---|---|
-p 5900 |
Allows VNC access to the robots interface. |
-p 502 |
Allows access to Universal Robots Modbus port. |
-p 29999 |
Allows access to Universal Robots dashboard server interface port. |
-p 30001 |
Allows access to Universal Robots primary interface port. |
-p 30002 |
Allows access to Universal Robots secondary interface port. |
-p 30003 |
Allows access to Universal Robots real-time interface port. |
-p 30004 |
Allows access to Universal Robots RTDE interface port. |
RoboDK image for off-line programming: TODO