File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ control laws obtained from trajectory optimizers would normally be indexed by ``
267
267
The reason for the "official" caveat above is because user callbacks may store additional state variables that change
268
268
over time and affect the callback outputs; indeed the field ``mjData.userdata `` exists mostly for that purpose. Other
269
269
state-like quantities that are part of mjData and are treated as inputs by forward dynamics are ``mjData.mocap_pos `` and
270
- mjData.mocap_quat. These quantities are unusual in that they are meant to change at each time step (normally driven by a
270
+ `` mjData.mocap_quat `` . These quantities are unusual in that they are meant to change at each time step (normally driven by a
271
271
motion capture device), however this change is implemented by the user, while the simulator treats them as constants. In
272
272
that sense they are no different from all the constants in mjModel, or the function callback pointers set by the user:
273
273
such constants affect the computation, but are not part of the state vector of a dynamical system.
You can’t perform that action at this time.
0 commit comments