Vue3 implementation of the ros_bt_py
web gui.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
Format with Prettier
npm run format
This GUI requires a running instance of ros_bt_py
for ROS2
with a running web gui.
During development a different port will be used so it should not conflict with gui shipped with ros_bt_py
.
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking.