Improve XML schema usability
PiperOrigin-RevId: 852820889 Change-Id: I04eea45161f9e71f9ccf49afad57ff28fd099b35
This commit is contained in:
committed by
Copybara-Service
parent
fa044fe0e5
commit
3868ed0382
@@ -9,6 +9,9 @@
|
||||
Functions
|
||||
=========
|
||||
|
||||
.. tip::
|
||||
Clicking on a function name below will take you to the source implementation in the GitHub repository.
|
||||
|
||||
The main header `mujoco.h <https://github.com/google-deepmind/mujoco/blob/main/include/mujoco/mujoco.h>`_ exposes a
|
||||
large number of functions. However the functions that most users are likely to need are a small fraction.
|
||||
|
||||
|
||||
@@ -1076,7 +1076,7 @@ This function is triggered automatically if the following sensors are present in
|
||||
It is also triggered for :ref:`user sensors<sensor-user>` of :ref:`stage<sensor-user-needstage>` "acc".
|
||||
|
||||
The computed force arrays ``cfrc_int`` and ``cfrc_ext`` currently suffer from a know bug, they do not take into account
|
||||
the effect of spatial tendons, see :github:issue:`832`.
|
||||
the effect of spatial tendons, see :issue:`832`.
|
||||
|
||||
.. _mj_collision:
|
||||
|
||||
|
||||
@@ -170,7 +170,7 @@ This function is triggered automatically if the following sensors are present in
|
||||
It is also triggered for :ref:`user sensors<sensor-user>` of :ref:`stage<sensor-user-needstage>` "acc".
|
||||
|
||||
The computed force arrays ``cfrc_int`` and ``cfrc_ext`` currently suffer from a know bug, they do not take into account
|
||||
the effect of spatial tendons, see :github:issue:`832`.
|
||||
the effect of spatial tendons, see :issue:`832`.
|
||||
|
||||
.. _mj_constraintUpdate:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user