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 8ed344f commit 3fcaa0fCopy full SHA for 3fcaa0f
robot_descriptions/so_arm100_mj_description.py
@@ -18,6 +18,4 @@
18
19
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "trs_so_arm100")
20
21
-MJCF_PATH: str = _path.join(
22
- PACKAGE_PATH, "so_arm100.xml"
23
-)
+MJCF_PATH: str = _path.join(PACKAGE_PATH, "so_arm100.xml")
0 commit comments