Skip to content

Materials for the Robotic Assembly workshop using COMPAS FAB framework

License

Notifications You must be signed in to change notification settings

gramaziokohler/workshop_michigan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop Michigan 24. and 25.02.2020

This workshop is about robotic assembly using the COMPAS framework.

Overview

  • Python programming
  • Code management
  • COMPAS 101
  • COMPAS FAB Intro
  • Kinematics and path planning
  • Attach/detach tools
  • Pick and Place planning
  • Brick assembly
  • Robot control overview

Examples

Day 1

Robotic fundamentals

Robot model and ROS

Day 2

Path planning and assembly processes

Requirements

Installation

Create conda environment:

(base) conda config --add channels conda-forge
(base) conda create -n um20 python=3.6 compas_fab=0.10 python.app --yes
(base) conda activate um20

Verify installation

(um20) pip show compas_fab
Name: compas-fab
Version: 0.10.2
Summary: Robotic fabrication package for the COMPAS Framework
...

Install on Rhino

(um20) python -m compas_fab.rhino.install

NOTE: This installs to Rhino 6.0, use -v 5.0 if needed.

About

Materials for the Robotic Assembly workshop using COMPAS FAB framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published