Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 3.27 KB

README.md

File metadata and controls

55 lines (38 loc) · 3.27 KB

workshop_ric_2022

Connect Unity and Grasshopper

Caption

Connect python and Grasshopper

Caption

Computer Setup


Download

Workshop file:

git clone https://github.com/raccoon-ncku/workshop_ric_2022.git  

Hiwin Robot Online Control:

git clone https://github.com/rccn-dev/hiwin_hrsdk_body_tracking.git

Python and Installation

First, open Anaconda Powershell Prompt (miniconda3) Windows. Then, execute the following commands:

conda create -n workshop_ric_2022  
conda activate workshop_ric_2022  
conda install python=3.9  
pip install mediapipe  
pip install opencv-python  
pip install sympy

Visual Studio Setup

Open Visual Studio Code and install the following extensions:

  • ms-python.python

Grasshopper Plugin Setup

For instructions on installing Grasshopper Add-Ons, please see here.

UnityHub Setup

Please see the official tutorial. And Install the 2020.2.2f1 version of Unity.


Caption