added how to build a new ur_robotiq.urdf
This commit is contained in:
parent
4a06800d00
commit
b97c1f94a6
14
README.md
14
README.md
@ -31,8 +31,14 @@ To download this repository and all of its included submodules, follow these ste
|
|||||||
```bash
|
```bash
|
||||||
cd UR-Robotiq
|
cd UR-Robotiq
|
||||||
```
|
```
|
||||||
* Run the following command to start the Docker Compose:
|
|
||||||
```bash
|
* When using the "ur_robotiq.urdf" file first run
|
||||||
docker-compose up -d
|
```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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user