Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ichiro-its/shisen-rvue
Vue-based monitoring GUI for Shisen ROS 2 package
https://github.com/ichiro-its/shisen-rvue
gui monitoring ros2 vue
Last synced: about 1 month ago
JSON representation
Vue-based monitoring GUI for Shisen ROS 2 package
- Host: GitHub
- URL: https://github.com/ichiro-its/shisen-rvue
- Owner: ichiro-its
- License: mit
- Created: 2020-07-05T17:18:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T10:24:06.000Z (almost 4 years ago)
- Last Synced: 2023-03-09T01:32:38.277Z (almost 2 years ago)
- Topics: gui, monitoring, ros2, vue
- Language: Vue
- Homepage: https://ichiro-its.github.io/shisen-rvue/
- Size: 877 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Shisen RVue
**Shisen RVue** is a vue based monitoring GUI for **Shisen** ROS 2 package.
# Usage
## Project setup
Use the following command to initialize the project:
```
$ yarn install
```## Compiles and hot-reloads for development
Use the following command to debug project for development:
```
$ yarn serve
```## Build for production
Use the following command to build project for production:
```
$ yarn build
```# Changelog
Click [here](./CHANGELOG.md) for more information about the changelog.