We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f05304 commit b011768Copy full SHA for b011768
robot_descriptions/draco3_description.py
@@ -29,6 +29,4 @@
29
30
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH)
31
32
-URDF_PATH: str = _path.join(
33
- PACKAGE_PATH, "urdf", "draco3.urdf"
34
-)
+URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "draco3.urdf")
0 commit comments