Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
/ vue_ros Public archive

基于roslibjs和websocket、vue向ROS话题发送消息

Notifications You must be signed in to change notification settings

gengwenhao/vue_ros

Repository files navigation

vue_ros

介绍

基于Roslibjs和Websocket实现了Vue.js框架与ROS话题服务通信

演示

动画

首页

面板

项目依赖

The Standard ROS JavaScript Library

CDN https://static.robotwebtools.org/roslibjs/current/roslib.js

DOC http://robotwebtools.org/jsdoc/roslibjs/current/

渐进式JavaScript 框架

示例 https://cn.vuejs.org/v2/examples/

DOC https://cn.vuejs.org/v2/api/

Robot Operating System, 机器人操作系统

Core https://www.ros.org/core-components/

DOC http://wiki.ros.org/Documentation

使用

下载项目

git clone https://github.com/gengwenhao/vue_ros
cd vue_ros

下载Node.js

nvm use 14.15.4

安装依赖

npm install yarn -g
yarn config set registry http://registry.npm.taobao.org
yarn install

启动项目

yarn serve

About

基于roslibjs和websocket、vue向ROS话题发送消息

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published