Commit Graph

8 Commits

Author SHA1 Message Date
xin
24eaae8219 feat: scan canvas scanConfig support, aspect ratio fix, param panel layout
- 画布支持 scanConfig 坐标范围,修改 X/Y 范围后画布随之更新
- 修复 Y 轴标签位数超过 3 位时溢出画布边框
- 画布按扫描区域宽高比等比例显示
- 相机参数改为纵向排列,画布占比提升至 85%
2026-06-25 15:45:28 +08:00
xin
f75768805b feat: add device-type background colors to subtasks, fix collapsed header height
子任务现按设备类型显示不同背景色和左侧色条,便于区分。
修复 Naive UI default padding-top 导致折叠时标题高度不一致的问题。
2026-06-22 10:30:27 +08:00
xin
2ed0ab1457 fix: correct update.md v0.0.6 entry with proper 唐超 credit 2026-06-18 16:37:10 +08:00
xin
02d490e714 feat: canvas drag/resize/selection, modal planner, default OneWay (唐超)
- Canvas: 坐标轴、顶点坐标、框拖拽、角点缩放、点击选中高亮
- 路径规划改为弹窗覆盖层,编辑状态不丢失
- 展开任务状态持久化到 Pinia store
- 扫描模式默认 OneWay
- 保存时 startTime/endTime/durationMinutes 清空为 ""
- exposureTime/frameRate/captureIntervalSeconds 默认 0
- 去除生成航线后的扫描线文字标注
2026-06-18 16:35:39 +08:00
xin
c017129c9f feat: add parameter help icons with editable help.csv 2026-06-18 15:43:31 +08:00
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
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