Unverified Commit 57ca19a0 authored by Ikko Eltociear Ashimine's avatar Ikko Eltociear Ashimine Committed by GitHub

Fixes typo in documentation (#460)

Fixes typo in docs/source/features/actuators.rst
parent 2d28fcaa
...@@ -47,7 +47,7 @@ Actuator groups ...@@ -47,7 +47,7 @@ Actuator groups
--------------- ---------------
The actuator models by themselves are computational blocks that take as inputs the desired joint commands The actuator models by themselves are computational blocks that take as inputs the desired joint commands
and output the the joint commands to apply into the simulator. They do not contain any knowledge about the and output the joint commands to apply into the simulator. They do not contain any knowledge about the
joints they are acting on themselves. These are handled by the :class:`omni.isaac.lab.assets.Articulation` joints they are acting on themselves. These are handled by the :class:`omni.isaac.lab.assets.Articulation`
class, which wraps around the physics engine's articulation class. class, which wraps around the physics engine's articulation class.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment