Skip to content

Commit 7a6bf06

Browse files
authored
Update simulation.rst
Add missing backticks to `mjData.xfrc_applied`
1 parent 661c3e0 commit 7a6bf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/programming/simulation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Next we turn to the controls and applied forces. The control vector in MuJoCo is
286286
u = (mjData.ctrl, mjData.qfrc_applied, mjData.xfrc_applied)
287287
288288
These quantities specify control signals (``mjData.ctrl``) for the actuators defined in the model, or directly apply
289-
forces and torques specified in joint space (``mjData.qfrc_applied``) or in Cartesian space (mjData.xfrc_applied).
289+
forces and torques specified in joint space (``mjData.qfrc_applied``) or in Cartesian space (``mjData.xfrc_applied``).
290290

291291
Finally, calling mj_forward which corresponds to the abstract dynamics function ``f(t,x,u)`` computes the
292292
time-derivative of the state vector. The corresponding fields of mjData are

0 commit comments

Comments
 (0)