hoangs's picture
Upload README.md
5164d59 verified
# viet-robot-path-summarizer
A small helper that summarizes path history records for a home robot.
The `summarize_paths(records)` function expects a list of dicts with
`distance_m`, `duration_s`, and `success` fields and returns:
- `average_speed_m_per_s`
- `success_rate`
- `total_distance_m`
This is a lightweight, non-ML model written in pure Python.
## License
MIT