From 2190a3ad2c142e617d51f514dac41a8fc14f0c6f Mon Sep 17 00:00:00 2001 From: rmhsawyer Date: Thu, 27 Sep 2018 17:57:34 -0400 Subject: [PATCH] update readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index c754016..f6b046c 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,27 @@ test.py -- Demo file python_vision -- Python API linked with main.cpp used in test.py Dobot_Control -- Collect Data using API and send data to test.py using Soket + +# How to run + +In oder to run the whole project you have to install the below environment: + +Python3 + +Opencv3 + +Qt5 + +Cmake + +Intel Realsense Library + +Dobot Magician API + +Socket + +You also need to give USB access when connected to Dobot Magician. The project tested on Ubuntu 16.04. + + +# Copyright +Minghe Ren (sawyermh@bu.edu)