LoginSignup
0
0

More than 1 year has passed since last update.

COMPAS とは

スイス連邦工科大を中心に開発中のパイソンフレームワーク。RhinocerosやGrasshopper上でロボットアームのシミュレーションが可能になります。コンピューテーショナルデザインからロボッティクファブリケーションまでをカバーする”COMPAS”のはじめかた。

参照

COMPAS docs |
COMPAS FAB docs

Requirements 必須ソフトウェア

Installation / インストール手順

We use conda to make sure we have clean, isolated environment for dependencies.
独立した簡潔な環境を構築するため、condaを使用します。

First time using conda? / 初めてcondaを使用する場合

Make sure you run this at least once:
少なくとも一度は以下のコマンドを走らせてください:
(base) conda config --add channels conda-forge

  1. Create a environment with compas and compas_fab / 必要なライブラリとともに環境を構築する

    (base) conda create -n df2022 -c conda-forge compas compas_fab
    
  2. Add to Rhino / ライノセラスにコンパスをインストールする

    (base)   conda activate df2022
    (df2022) python -m compas_rhino.install -v 7.0
    
  3. Get the workshop files / 本ワークショップ用のレポジトリをクローンする 

    (df2022) cd PATH_TO_YOUR_WORKING_DIRECTORY
    (df2022) git clone https://github.com/trtku/KOMPAS_2022_DigitalFutures.git
    
  4. go to the folder that you have just cloned / クローンしたフォルダに移動する

    (df2022) cd KOMPAS_2022_DigitalFutures
    
  5. Verify installation / インスタレーションの確認

    (df2022) python -m compas
    (df2022) python -m compas_fab
    
  6. Open Visual Studio Code / Visual Studio Code を開く

    (df2022) code .
    
  7. (Open Rhinoceros3D and Grasshopper if necessary. / 必要に応じてライノセラス、グラスホッパーを開く)
    Capture.PNG

🚀 You're ready! / 準備完了です!
Examplesを参照しながら、コードを走らせてみましょう!

Credits / クレジット

Arranged by Ko Tsuruta (trtku0809@gmail.com); with the help of Gonzalo Casas (casas@arch.ethz.ch).

本レポジトリはスイス連邦工科大で行われているCOMPASコースを参照しながらDigitalFUTURES2022ワークショップ用アレンジをしたものです。

アレンジはGonzalo Casasサポートのもと、鶴田航が行いました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0