nevalsar / ros-control-center

A web-based control center for ROS robots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS Control Center

This control center is a universal tool for controlling robots running ROS. It runs in the browser using a websocket connection and roslibjs from RobotWebTools.

screenshot

Installation & Tutorial

Please see the GitHub Wiki.

Contributing

For development, gulp needs to be installed on your local computer. Gulp depends on the Node.js package manager NPM, which is installed via Node.js itself. Via npm install it will automatically download all development dependencies (from package.json). Type gulp in the terminal for concatenation of JS files and gulp js-lint for linting.

Contributions are always welcome!

License

ROS Control Center is released with a BSD license. For full terms and conditions, see the LICENSE file.

Authors

See AUTHORS.md for a full list of contributors.

About

A web-based control center for ROS robots.

License:ISC License


Languages

Language:JavaScript 73.8%Language:HTML 25.6%Language:CSS 0.6%