Commit Graph

8 Commits

Author SHA1 Message Date
xin
c1a76a5875 fix: correct update.md for v0.0.3 and fix pre-commit hook 2026-06-18 15:18:20 +08:00
xin
703b4ff865 feat: add circle drawing support in path planner 2026-06-18 15:16:11 +08:00
xin
c16d3d8586 docs: add 说明书.md 2026-06-18 11:03:53 +08:00
xin
bce92af44d chore: bump to v0.0.2 2026-06-18 10:53:55 +08:00
xin
f2ecf7b5f9 feat: 路径查看弹窗改为全屏双栏布局,新增画布预览
- 路径查看弹窗改为 95vw×90vh 大窗口
- 左侧统计+表格,右侧 Canvas 画布预览
- 画布显示扫描区域虚线框、路径扫描线箭头、背景图
- 支持从工具栏打开查看路径文件
- 子任务航线文件行新增"查看"按钮(空路径时禁用)
2026-06-18 10:52:24 +08:00
xin
80b641258b fix: devtools command compatibility + add devtools feature flag 2026-06-17 17:36:52 +08:00
xin
b49a223b78 v0.0.1 2026-06-17 17:23:09 +08:00
xin
d732580c3e Initial commit: Happa Mission Plan v0.1.0
Task planning and path generation software for automated data collection
equipment (hyperspectral cameras, DSLR, depth cameras).

- Generate mission plans (JSON) with subtasks per device
- Generate scan path binary files (.RecordLine3)
- Multi-rectangle area planning with reference map support
- Device-specific FOV defaults (Pika L 17.6°, Pika NIR 21.7°, etc.)
- Timeline scheduling with constraint validation
- Tauri 2.x + Vue 3 + Naive UI + Pinia
2026-06-17 17:17:39 +08:00