Skip to content

createchaos/acadia_remote_robotic_assemblies

 
 

Repository files navigation

Workshop: Remote Robotic Assemblies

ACADIA 2021

11-12 September, 2021

Flyer

Overview

  • Intro
  • Kinematics
  • Path planning
  • Planning Scene
  • Pick and Place
  • Assemblies
  • Robot control

👉 Slides

Examples

Introduction

Robotic fundamentals

Kinematics and Models

ROS and MoveIt

Assemblies

Robot Control with COMPAS RRC

Requirements

Installation

We use conda to make sure we have clean, isolated environment for dependencies.

First time using conda? Make sure you run this at least once:

(base) conda config --add channels conda-forge

Clone this repository and create a new conda environment:

(base) cd path/to/acadia_remote_robotic_assemblies
(base) conda env create -f environment.yml
(base) conda activate acadia21
Alternatively, create environment manually

The conda environment can also be manually created:

(base) conda create -n acadia21 python=3.8 compas_fab>=0.19.1 --yes
(base) conda activate acadia21

Mac

Also install python.app after activating the environment:

(acadia21) conda install python.app

Verify installation

(acadia21) python -m compas

Yay! COMPAS is installed correctly!

COMPAS: 1.8.1
Python: 3.8.10 | packaged by conda-forge | (default, May 11 2021, 06:25:23) [MSC v.1916 64 bit (AMD64)]
Extensions: ['compas-fab', 'compas-slicer', 'compas-cgal', 'compas-rrc']

Install on Rhino

(acadia21) python -m compas_rhino.install
(acadia21) python -m compas_rhino.install -v 7.0

Update installation

To update your environment:

(acadia21) conda env update -f environment.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • G-code 99.9%
  • Other 0.1%