Fix deriv_smooth_vel docstring.
PiperOrigin-RevId: 780923683 Change-Id: I05fc5426a980dfffa22cba7cac71f5e4a811b5eb
This commit is contained in:
committed by
Copybara-Service
parent
2a32babb78
commit
8da4e1c354
@@ -28,7 +28,7 @@ from mujoco.mjx._src.types import Model
|
||||
|
||||
|
||||
def deriv_smooth_vel(m: Model, d: Data) -> Optional[jax.Array]:
|
||||
"""Analytical derivative of smooth forces w.r.t velocities."""
|
||||
"""Analytical derivative of smooth forces w.r.t. velocities."""
|
||||
|
||||
qderiv = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user