Go to file
Niko 6449dccd60 ur_robotiq_control.launch.py
and ur_robotiq_moveit.launch.py
Working
2024-03-22 16:51:46 +01:00
.idea add rviz for combined modules 2024-03-19 12:18:30 +01:00
src ur_robotiq_control.launch.py 2024-03-22 16:51:46 +01:00
.gitignore updated README.md 2024-03-04 11:30:38 +01:00
.gitmodules „.gitmodules“ ändern 2024-03-02 16:51:39 +00:00
docker-compose.yaml „docker-compose.yaml“ ändern 2024-03-05 16:03:32 +00:00
Dockerfile added docker 2024-02-29 14:32:31 +01:00
README.md added how to build a new ur_robotiq.urdf 2024-03-05 17:10:47 +01:00
requirements.txt added docker 2024-02-29 14:32:31 +01:00

UR Robotiq

This project provides tools and integration to manage a Universal Robotics UR3e robot arm with the Robotiq 2F 140 gripper.

How to Download (with Submodules)

To download this repository and all of its included submodules, follow these steps:

  1. Prerequisites

  2. Gitea SSH Connection

  3. Cloning the Repository

    • Open your terminal or command prompt.

    • Navigate to the directory where you want to download the project.

    • Run the following Git command:

      git clone --recurse-submodules git@git.cps.unileoben.ac.at:Niko/UR_Robotiq.git 
      

How to Start the Docker Compose

  1. Prerequisites

    • Ensure you have Docker and Docker Compose installed on your system (Instructions can be found on the official Docker website: https://www.docker.com/)
  2. Starting the Containers

    • Navigate to the project directory in your terminal:

      cd UR-Robotiq
      
    • When using the "ur_robotiq.urdf" file first run

      cd /ros2_ws/src/ur_robotiq_description/urdf
      ros2 run xacro xacro ur_robotiq.urdf.xacro > ur_robotiq.urdf
      
    • Run the following command to start the Docker Compose:

      docker-compose up -d