Skip to content

Commit

Permalink
md: add feature tf
Browse files Browse the repository at this point in the history
  • Loading branch information
neo896 committed Dec 3, 2023
1 parent 7fea834 commit c06a5bf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
![screenshoot](./screenshot.jpg)

## 功能
- 支持车载传感器的添加,编辑,检查,位置预览,隐藏/展示
- 支持欧拉表达和四元数表达方式
- 支持传感器配置文件导入,导出

- 支持车载传感器的添加,编辑,检查,位置预览,隐藏/展示
- 支持任意传感器的相对 transform 信息查看
- 支持欧拉表达和四元数表达方式
- 支持传感器配置文件导入,导出

## 下载

Expand All @@ -14,9 +16,10 @@
### 从源码编译

1. 预置条件
- [nodejs](https://nodejs.org/en)
- [tauri](https://tauri.app/v1/guides/getting-started/prerequisites)


- [nodejs](https://nodejs.org/en)
- [tauri](https://tauri.app/v1/guides/getting-started/prerequisites)

2. 克隆源码

```bash
Expand All @@ -28,6 +31,3 @@ git clone https://github.com/neo896/Sensor-Viewer.git
```bash
npm run tauri build
```



0 comments on commit c06a5bf

Please sign in to comment.