Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1 KB

File metadata and controls

22 lines (15 loc) · 1 KB

Docker support for Universal Robots ROS2 Driver and URsim

Prerequisites

Driver and URsim

Driver and URsim can be run together by following command which will build necessary docker images and start the containers. With appropriate arguments set the ROS2 distro and the Moveit2! build is required. Run following command in ur_robot_driver/resources/ursim_driver folder of this package.

ROS2_DISTRO=foxy BUILD_MOVEIT2=0 docker-compose up --build

Start vncviewer by typing vncviewer in the terminal. When the containers are up and running, you should be able to see active connections. Use 0.0.0.0:5900 for ursim and 0.0.0.0:5566 for driver connection.

vncviewer_list

Open the URsim vnc connection to see the simulator window.\