返回顶部
l

late-brake

Pure CLI racing lap data analysis tool. Supports NMEA/VBO import, auto lap splitting, lap comparison, outputs structured comparison results for AI coaching. Use when you need to analyze racing lap data files, compare two laps, and get structured comparison results.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.0.3
安全检测
已通过
125
下载量
1
收藏
概述
安装方式
版本历史

late-brake

# Late Brake - Racing Lap Data Analysis Skill Late Brake is a pure command-line (CLI) racing lap data analysis tool that provides: - Import lap data in NMEA 0183 / RaceChrono VBO formats - Auto split laps based on track start/finish line - Compare any two laps for time/speed differences by sector and corner - Output structured JSON comparison results ready for AI coach analysis ## Dependencies - Python >= 3.10 - Dependencies: click, pydantic, numpy, geographiclib, jsonschema, wcwidth Dependencies are declared in SKILL.md, OpenClaw will handle automatic installation. ## Entry Points Source code is directly in `scripts/` directory, can be imported directly: ```python import sys import os SKILL_DIR = os.path.dirname(os.path.abspath(__file__)) sys.path.insert(0, os.path.join(SKILL_DIR, "scripts")) from late_brake.cli import main as late_brake_main ``` Or execute directly as command-line: ```bash # Load data file, list all laps python -m late_brake.cli load <file> --json # Compare two laps, output JSON result python -m late_brake.cli compare <file1> <lap1> <file2> <lap2> --json ``` ## Features | Feature | Command | Description | |---------|---------|-------------| | Load data file | `late-brake load <file>` | Parse data, auto split laps, list all detected laps | | Compare two laps | `late-brake compare <file1> <lap1> <file2> <lap2>` | Compare lap differences, output text table or JSON | | Track management | `late-brake track list/info/add` | Manage built-in/custom tracks | ## JSON Output Schema Full JSON schema definition: [compare-json-schema.md](references/compare-json-schema.md) ## Use Cases - Racing drivers upload lap data files for comparison analysis - AI racing coach needs structured comparison data to give advice - Batch processing multiple lap data files

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 late-brake-1776021015 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 late-brake-1776021015 技能

通过命令行安装

skillhub install late-brake-1776021015

下载 Zip 包

⬇ 下载 late-brake v0.0.3

文件大小: 45.58 KB | 发布时间: 2026-4-13 10:48

v0.0.3 最新 2026-4-13 10:48
late-brake v0.0.3

- Complete "Tianma" track (上海天马赛车场) data.
- Fix runtime bug in v0.0.2.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部