Remove stale touch_stress docs from sensor plugin README#3335
Open
discobot wants to merge 1 commit into
Open
Conversation
The touch_stress sensor plugin was removed in commit 51babec, which moved its functionality into the engine as the native tactile sensor, but plugin/sensor/README.md still documented it with a dead header link and an example model that fails to load. Replace the stale section with a short note pointing at the native tactile sensor documentation and example model. Also delete the three images that were referenced only by the removed section. Fixes google-deepmind#3289.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3289.
The documented plugin wasn't simply missing — 51babec moved it into the
engine as the native
tactilesensor (released in 3.3.5), relocating the example model to
model/tactile/tactile.xml.plugin/sensor/README.mdwas the only file notupdated in that move.
This change removes the stale Touch Stress section and replaces it with a
short note pointing at the native
tactilesensor documentation and examplemodel, keeping the
#touch-stressanchor for anyone searching for the oldplugin name. It also deletes
images/{normal,tangential1,tangential2}.png,which were referenced only by the removed section.
Verified that every remaining link in the README resolves, that no other
reference to
touch_stressremains in the tree, and thatmodel/tactile/tactile.xmlloads on the 3.9.0 wheel while the README's oldplugin example fails exactly as the issue reports.