Jitesh17 / dash-ros-integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dash-ros-integration

Installation

Go to your catkin workspace's src folder

git clone git@github.com:Jitesh17/dash-ros-integration.git

or

git clone https://github.com/Jitesh17/dash-ros-integration.git

cd ..
catkin_make
cd src/dash-ros-integration

In Unix system:

python3 -m venv myvenv
source myvenv/bin/activate

In Windows:

virtualenv venv 
\venv\scripts\activate

Install all required packages by running:

pip install -r requirements.txt

Run this app locally with:

python scripts/app.py

About


Languages

Language:Python 79.5%Language:CSS 13.9%Language:CMake 6.4%Language:JavaScript 0.3%