fix(docs): update send_feedback docstrings

This commit is contained in:
Steven Palma
2025-06-13 18:29:19 +02:00
parent 96fa48b5ec
commit 69e8946480
2 changed files with 2 additions and 6 deletions

View File

@@ -300,10 +300,6 @@ def send_action(self, action: dict[str, Any]) -> dict[str, Any]:
return action
```
<!-- ## Putting it all together (TODO)
```python
``` -->
## Adding a Teleoperator
For implementing teleoperation devices, we also provide a [`Teleoperator`](https://github.com/huggingface/lerobot/blob/main/lerobot/common/teleoperators/teleoperator.py) base class. This class is very similar to the `Robot` base class and also doesn't assume anything on form factor.