Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/tutorials/03_ik_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Now that we have gone through the code, let's run the script and see the result:

.. code-block:: bash

./orbit.sh -p source/standalone/demo/play_ik_control.py --robot franka_panda --num_robots 128
./orbit.sh -p source/standalone/demo/play_ik_control.py --robot franka_panda --num_envs 128

The script will start a simulation with 128 robots. The robots will be controlled using a task-space controller.
The current and desired end-effector poses should be displayed using frame markers. When the robot reaches the
Expand Down