erdemuysalx / robot_ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS Robot UI

Usage

  1. Source ROS. source /opt/ros/$ROS_DISTRO/source.bash

  2. Clone this repo to your catkin workspace. git clone https://github.com/erdemuysalx/robot_ui

  3. Source your catkin workspace. source ~/catkin_ws/devel/setup.bash

  4. Launch rosbridge websocket roslaunch robot_ui websocket.launch

Flow Chart

graph LR
A[Websocket]-- pub/sub topics --> B[rosbridge_server]
B -- pub/sub topics--> C{ROS Master}

About

License:GNU General Public License v3.0


Languages

Language:CMake 46.4%Language:JavaScript 33.6%Language:HTML 20.0%