Skip to content

Commit f0021c4

Browse files
Document MJCF_PATH in the README
1 parent 4a10f11 commit f0021c4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,26 @@ The import will automatically download the robot description if you don't have i
2828
<code>URDF_PATH</code>
2929
</dt>
3030
<dd>
31-
Path to the main URDF file of the robot description.
31+
Path to the main URDF file of the robot description, if applicable.
3232
</dd>
3333
<dt>
34-
<code>PACKAGE_PATH</code>
34+
<code>MJCF_PATH</code>
3535
</dt>
3636
<dd>
37-
Path to the root of the robot description directory.
37+
Path to the main MJCF file of the robot description, if applicable.
3838
</dd>
3939
<dt>
4040
<code>MESHES_PATH</code>
4141
</dt>
4242
<dd>
4343
Path to the "meshes" folder of the robot description, if applicable.
4444
</dd>
45+
<dt>
46+
<code>PACKAGE_PATH</code>
47+
</dt>
48+
<dd>
49+
Path to the root of the robot description.
50+
</dd>
4551
<dt>
4652
<code>REPOSITORY_PATH</code>
4753
</dt>

0 commit comments

Comments
 (0)