Skip to content
/ vizmo Public

Visualization of IMU in realtime or replay

Notifications You must be signed in to change notification settings

hanabix/vizmo

Repository files navigation

[WIP] 目前支持 IMU 蓝牙设备的:

相关参考

Zsh 用户小贴士

source .zshrc 能自动配置项目独立的 node 环境。

若希望与 VS Code 终端集成,可将如下内容添加至 .vscode/settings.json

  "terminal.integrated.defaultProfile.osx": "zsh",
  "terminal.integrated.profiles.osx": {
    "zsh": {
      "path": "/bin/zsh",
      "args": [
        "-l"
      ]
    },
    "bash": {
      "path": "/bin/zsh",
      "args": [
        "-l"
      ]
    }
  },
  "terminal.integrated.env.osx": {
    "ZDOTDIR": "${workspaceFolder}"
  }

Releases

No releases published

Packages

No packages published