Programming, Work

40th and 41st day

Been hardening my block assembly logic for my robot. Have made it possible for him to disassemble sets of blocks he has already built, but ran into some minor issues when the blocks had rolled around and where not aligned with the Y up world coordinates anymore. So I implemented a rather generic solution to actually be able to adjust to any alignment that the cubes are in when being assembled.

capture2  Capture1

The pieces can now be in any rotation or position and the system will find the closest match to piece them together.

Implementing the tearing down of already assembled pieces took most of yesterday, and most of today was dedicated to make sure all the assembling would work regardless of the orientation of the pieces. As long as there are complimentary sockets that are connected.

I will clean this up a bit tomorrow and try to wrap up the assembling bit, finally.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s