Skip to content

Commit 422cf35

Browse files
likecanyongao
andauthored
Fixes typo RF_FOOT to RH_FOOT in tutorials (#2200)
# Description Fixes #2169 ## Type of change - Bug fix (non-breaking change which fixes an issue) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there Co-authored-by: gao <ziqi.gao@iff-extern.fraunhofer.de>
1 parent bc7c9f5 commit 422cf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorials/04_sensors/add_sensors_on_robot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ obtain the contact information. Additional flags can be set to obtain more infor
126126
the contact, such as the contact air time, contact forces between filtered prims, etc.
127127

128128
In this tutorial, we attach the contact sensor to the feet of the robot. The feet of the robot are
129-
named ``"LF_FOOT"``, ``"RF_FOOT"``, ``"LH_FOOT"``, and ``"RF_FOOT"``. We pass a Regex expression
129+
named ``"LF_FOOT"``, ``"RF_FOOT"``, ``"LH_FOOT"``, and ``"RH_FOOT"``. We pass a Regex expression
130130
``".*_FOOT"`` to simplify the prim path specification. This Regex expression matches all prims that
131131
end with ``"_FOOT"``.
132132

0 commit comments

Comments
 (0)