Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# viet-robot-path-summarizer
|
| 2 |
+
|
| 3 |
+
A small helper that summarizes path history records for a home robot.
|
| 4 |
+
|
| 5 |
+
The `summarize_paths(records)` function expects a list of dicts with
|
| 6 |
+
`distance_m`, `duration_s`, and `success` fields and returns:
|
| 7 |
+
|
| 8 |
+
- `average_speed_m_per_s`
|
| 9 |
+
- `success_rate`
|
| 10 |
+
- `total_distance_m`
|
| 11 |
+
|
| 12 |
+
This is a lightweight, non-ML model written in pure Python.
|
| 13 |
+
|
| 14 |
+
## License
|
| 15 |
+
|
| 16 |
+
MIT
|