Skip to content

Assignment 07 #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ This PhD-level course introduces digital fabrication methods and tools building
| 07 | 21.04. | **Assembly of discrete elements II**<br>Applied exercise from design to planning fabrication for an assembly of discrete elements and preparation for control exercise.<br>👉[Go to lecture](lecture_07/README.md) | GKR (RR, BL, GC) |
| 08 | 28.04. | **Robot control with COMPAS RRC**<br>Online non-real time control of industrial robots. Components of an RRC deployment. Communication primitives (blocking, futures, cyclic). Instructions. Multi controller & location coordination.<br>👉[Go to lecture](lecture_08/README.md) | GKR (RR, BL, GC) |
| 09 | 05.05. | **Assembly of discrete elements III**<br>Continued applied exercise from planning data to robot control for an assembly of discrete elements.<br>👉[Go to lecture](lecture_09/README.md) | GKR (RR, BL, GC) |
| 10 | 12.05. | **COMPAS SLICER: Basics**<br>Introduction to COMPAS SLICER (presentation).<br>Planar slicing of simple geometry<br>Introducion to scalar field slicing.<br>👉[Go to lecture](lecture_10/README.md) | DBT & GKR (IM, JB) |
| 11 | 19.05. | **COMPAS SLICER: Advanced**<br>Introduction to non-planar slicing.<br>Non-planar slicing of a geometry.<br>Simulation and planning of robotic motion with COMPAS RRC. | DBT & GKR (IM, JB) |
| 12 | 26.05. | **Advancing computational research**<br>Research reproducibility and Upstreaming research output. | GKR (RR, BL, GC) |
| 13 | 02.06. | Closing | All |
| 10 | 12.05. | **COMPAS SLICER: Basics**<br>Introduction to COMPAS SLICER (presentation).<br>Planar slicing of simple geometry<br>Introducion to scalar field slicing.<br>👉[Go to lecture](lecture_10/README.md) | DBT & GKR (IM, JB) |
| 11 | 19.05. | **COMPAS SLICER: Advanced**<br>Introduction to non-planar slicing.<br>Non-planar slicing of a geometry.<br>Simulation and planning of robotic motion with COMPAS RRC.<br>👉[Go to lecture](lecture_11/README.md) | DBT & GKR (IM, JB) |
| 12 | 26.05. | **Advancing computational research**<br>Research reproducibility and Upstreaming research output.<br>👉[Go to lecture](lecture_12/README.md) | GKR (RR, BL, GC) |
| 13 | 02.06. | Closing | All |

## Information

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions lecture_07/09_plan_placements.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,8 @@

built.append(key)

# if len(built) == 3:
# break

# Save assembly
compas.json_dump(assembly, filename)
Loading