Skip to content

Commit 3906b2a

Browse files
committed
.
1 parent 128fd9c commit 3906b2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/graph_of_convex_sets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ This minimal example demonstrates a concept that can be applied to the entire be
101101
```{code-cell} ipython2
102102
import os
103103
from semantic_world.adapters.urdf import URDFParser
104-
105-
apartment = os.path.realpath(os.path.join(os.path.dirname(__file__), '..', '..', 'resources/urdf/kitchen.urdf'))
104+
print(os.getcwd())
105+
apartment = os.path.realpath(os.path.join(os.getcwd(), 'resources', 'urdf', 'kitchen.urdf'))
106106
107107
apartment_parser = URDFParser(apartment)
108108
world = apartment_parser.parse()

0 commit comments

Comments
 (0)