Add mjtSameFrame enum to specify frame alignment of bodies with their children.
PiperOrigin-RevId: 666303674 Change-Id: I53dc56e1ca52afa280ae5abaf4158edc465fb1e0
This commit is contained in:
committed by
Copybara-Service
parent
a2649d6cec
commit
8b03daa09b
@@ -346,6 +346,16 @@ These are the possible sensor data types, used in ``mjData.sensor_datatype``.
|
||||
.. mujoco-include:: mjtDataType
|
||||
|
||||
|
||||
.. _mjtSameFrame:
|
||||
|
||||
mjtSameFrame
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Types of frame alignment of elements with their parent bodies. Used as shortcuts during :ref:`mj_kinematics` in the
|
||||
last argument to :ref:`mj_local2global`.
|
||||
|
||||
.. mujoco-include:: mjtSameFrame
|
||||
|
||||
|
||||
.. _tyDataEnums:
|
||||
|
||||
|
||||
@@ -551,7 +551,7 @@ mj_local2Global
|
||||
|
||||
.. mujoco-include:: mj_local2Global
|
||||
|
||||
Map from body local to global Cartesian coordinates.
|
||||
Map from body local to global Cartesian coordinates, sameframe takes values from mjtSameFrame.
|
||||
|
||||
.. _mj_getTotalmass:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user