From ca046cbf645a2ea61a30a3ed6eb709341ca5bc8e Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Mon, 27 Nov 2023 05:58:48 -0800 Subject: [PATCH] Fix rendering bug in changelog. PiperOrigin-RevId: 585627863 Change-Id: I238b9d7eb13dbc8660f15f45efe6a84ccbb84c66 --- doc/changelog.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 75c4d6f7..64ff3ec4 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -20,10 +20,8 @@ Plugins ``mjData.plugin_state``. Actuator plugins can now specify :ref:`callbacks` that compute activation variables, and they can be used with built-in :ref:`dyntype` actuator dynamics. -- Added `pid `__ actuator plugin: - - - A configurable PID controller that implements an integral term, which is not available with the default MuJoCo - actuators. +- Added the `pid `__ actuator plugin, a + configurable PID controller that implements the Integral term, which is not available with native MuJoCo actuators. Bug fixes ^^^^^^^^^