Skip to content

Commit 93e22e2

Browse files
stephane-caronStéphane Caron
authored andcommitted
Fix path to b1_description
1 parent 98ad469 commit 93e22e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robot_descriptions/b1_description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727

2828
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "robots", "b1_description")
2929

30-
URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "b1.urdf")
30+
URDF_PATH: str = _path.join(PACKAGE_PATH, "xacro", "b1.urdf")

0 commit comments

Comments
 (0)