k-okada / visualization_rwt

visualization packages for rwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visualization_rwt Build Status

visualization packages based on RobotWebTools

INSTALL

Following is an example with ROS Indigo.

  1. Create a catkin workspace and navigate to its source directory (e.g. ~/catkin_ws/src).

  2. In your Catkin workspace, download source and build with the following commands.

cd ~/catkin_ws
apt-get install python-wstool
wstool init src
wstool merge -t src https://raw.githubusercontent.com/tork-a/visualization_rwt/hydro-devel/.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro indigo -r -y
catkin_make                (or any build commands available in ROS, e.g. `catkin build`)
source devel/setup.bash

PROJECTS

About

visualization packages for rwt


Languages

Language:JavaScript 59.3%Language:HTML 32.0%Language:Python 4.8%Language:CSS 1.8%Language:CMake 1.3%Language:Shell 0.7%Language:Makefile 0.1%