- Create a box and transform it to a certain location.
- Create a
Projection
(can be orthogonal, parallel or perspective) and project the box' vertices onto the xy-plane. - Draw the edges of the projected box corners with an
Artist
of your preference. (tip:Mesh
will help you there...)
- Build your own robot with a certain number n of links and n - 1 joints.
- Create a
Configuration
with certain values and the correct joint types. - Create a
RobotArtist
of your preferance (e.g.compas_fab.ghpython
orcompas_fab.rhino
) - Use the artist to
update
the robot with the created configuration, such that it configures into the letter of your choice (or any other identifiable figure).
You can reuse code from 06_build_your_own_robot.py
in this repository.