From b97c1f94a65e9ec2c0362fed5ce6ad86bac2f98c Mon Sep 17 00:00:00 2001 From: Niko Date: Tue, 5 Mar 2024 17:10:47 +0100 Subject: [PATCH] added how to build a new ur_robotiq.urdf --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50012c9..8b40058 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,14 @@ To download this repository and all of its included submodules, follow these ste ```bash cd UR-Robotiq ``` + + * When using the "ur_robotiq.urdf" file first run + ```bash + 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: - ```bash - docker-compose up -d - ``` + ```bash + docker-compose up -d + ``` \ No newline at end of file