You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should now have an executable named `sdf2usd` in the `sdformat/build/bin` directory.
25
+
You should now have an executable named `sdf2usd` in the `./build/bin` directory.
26
26
This executable can be used to convert a SDF world file to a USD file.
27
-
To see how the executable works, run the following command from the `sdformat/build/bin` directory:
27
+
To see how the executable works, run the following command from the `./build/bin` directory:
28
28
```bash
29
29
./sdf2usd -h
30
30
```
31
31
32
-
To convert [shapes_world.sdf](https://github.com/ignitionrobotics/sdformat/blob/sdf12/test/sdf/shapes_world.sdf) to its USD representation as a file called `shapes.usd`, run the following commands:
32
+
To convert [shapes_world.sdf](https://github.com/gazebosim/sdformat/blob/sdf12/test/sdf/shapes_world.sdf) to its USD representation as a file called `shapes.usd`, run the following commands:
0 commit comments