SLAM 地图编辑工具(.pgm 格式),SLAM部署工具
pgm editor for SLAM
前端技术栈: vite + electron + react + tailwindcss + typescript
后端技术栈:express.js + sqlite3数据库
后端仓库: pgmXT-backend
screenshots:
- screenshot1-项目列表,数据在 sqlite 中持久化
- screenshot2-添加一个新项目
- screenshot3-编辑 pgm 地图,新增,删除线段,调整画笔精细等操作
- screenshot4-导出功能
$ pnpm install
$ pnpm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
This project is under the MIT License. Refer to the LICENSE file for detailed information.