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