↓ 26 callersMethodwrite_root_state_to_simSet the root state into the simulation. The root state consists of position (3), orientation as a (w, x, y, z) quaternion (4), linear velocit
src/mjlab/entity/entity.py:868
↓ 16 callersFunctionquat_applyApply a quaternion rotation to a vector. Args: quat: The quaternion in (w, x, y, z). Shape is (..., 4). vec: The vector in (x, y,
src/mjlab/utils/lab_api/math.py:629
↓ 13 callersFunctionprint_infoPrint information message with color. Args: message: The message to print. color: Color name ('green', 'red', 'yellow', 'blue', 'cyan', 'ma
src/mjlab/utils/logging.py:6
↓ 9 callersFunction_drive(
entity: Entity,
sim,
device: str,
*,
pos_target=None,
vel_target=None,
effort_target=None,
q
tests/test_builtin_dcmotor_actuator.py:84