Add docstrings

This commit is contained in:
Simon Alibert
2025-05-11 12:45:22 +02:00
parent 64303781c2
commit 307823bc8d
6 changed files with 102 additions and 1 deletions

View File

@@ -12,6 +12,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""
Helper to recalibrate your device (robot or teleoperator).
Example:
```shell
python -m lerobot.calibrate \
--device.type=so100_leader \
--device.port=/dev/tty.usbmodem58760431551 \
--device.id=blue
```
"""
import logging
from dataclasses import asdict, dataclass
from pprint import pformat