Skip to content

Commit

Permalink
fix: wrong urdf_path
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjonok committed Jan 1, 2024
1 parent fdb7227 commit deb2a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot_descriptions/h1_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "robots", "h1_description")

URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "h1_description.urdf")
URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "h1.urdf")

0 comments on commit deb2a4c

Please sign in to comment.