Skip to content

Commit f7c5d8c

Browse files
committed
example run instructions
1 parent 2579ed2 commit f7c5d8c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/standalone/benchmarks/benchmark_load_robot.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
#
44
# SPDX-License-Identifier: BSD-3-Clause
55

6-
"""Script to benchmark loading multiple copies of a robot."""
6+
"""Script to benchmark loading multiple copies of a robot.
7+
8+
.. code-block python
9+
10+
./isaaclab.sh -p source/standalone/benchmarks/benchmark_load_robot.py --num_envs 2048 --robot g1 --headless
11+
12+
"""
713

814
"""Launch Isaac Sim Simulator first."""
915

0 commit comments

Comments
 (0)