Skip to content

Commit c3f8fd0

Browse files
committed
update paths
1 parent f69e542 commit c3f8fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/urdf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ using Multibody, LightXML, Graphs, MetaGraphsNext, JuliaFormatter
1717
## Usage
1818
The following example demonstrates how to import a URDF file, the translated model is saved in file `multibody_urdf.jl`. `extras = true` makes the file self contained by including package imports, simulation and plotting.
1919
```julia
20-
filename = joinpath(dirname(pathof(Multibody)), "..", "test/doublependulum.urdf")
20+
filename = joinpath(dirname(pathof(Multibody)), "..", "test/urdf/doublependulum.urdf")
2121
out = "multibody_urdf.jl"
2222
urdf2multibody(filename; extras=true, out)
2323

24-
include(out) # Include model, perform simulation and plotting
24+
include(joinpath(pwd(), out)) # Include model, perform simulation and plotting
2525
```
2626

2727
## Docstring

0 commit comments

Comments
 (0)