News

Robot Overlord: uArm support added

Arm3 on the left, uArm on the right.

In the last week I’ve seen three people trying to solve Inverse Kinematics in reddit.com/r/robotics for paletizing robots like the uFactory uArm. Since this model of robot arm already exists in Robot Overlord, I thought it might be fun to add support for the uArm and show how the code changes. Now you’ll be able to customize dimensions for your new designs.

In the java code There is a package of classes called com.marginallyclever.robotOverlord.arm3, which contains everything to create a basic three axis paletizing robot arm like the ABB IRB 460 / uArm / LiteArm i2. Most notably is the Arm3Dimensions class, which holds all the unchanging numbers about the machine’s size and starting position.

Adjacent to that package I created com.marginallyclever.robotOverlord.arm3.uArm, which has a UArm class and a UArmDimensions class. UArmDimensions were set thanks to reddit user thingythangabang and this link he sent in.

Lastly in src/main/resources/META-INF/services/com.marginallyclever.robotOverlord.Entity I added

com.marginallyclever.robotOverlord.arm3.uArm.UArm

So that RO knows uArm is an Entity that can be loaded when a user clicks the “Add…” button.

RO is young, so expect big improvements in the near future. Once I have STL files of each moving section of the uArm I’ll be able to replace the crude models above and it will look suh-weeeeeeet…. It will mean UArm will have to override drawIK() to display the correct Model files. If you made it this far, it shouldn’t be a challenge.

Also mad props to Freenode IRC #java users surial, dreamreal, and yawkat for helping me this morning with a “why java do dat?” question. Minimum viable product!

I just received my first donation for developing RO, for which I’m super pumped. Thanks, Elie!

Let me know what you think in the comments below, and please share with others.

News

Robot Overlord: Undo/Redo Adding and Removing Entities

Undo/Redo already covers movements inside individual robots. I just expanded it to cover adding and removing entities from the world. You can now add a robot, make it move, undo those moves, make some new moves, delete the whole robot, change your mind, and the undeleted object will have the same state that it had when it was deleted. When an entity is deleted it does not actually leave RAM, it is detached from the world and becomes a kind of dark matter.

I’ve also expanded it to cover changes to Model source file name. Load an STL, change the STL, undo to change back.

I’m working on expanding it to cover changes to Entity positions in the world, including the camera.

Edit the next day: no, not the camera. Just every Entity.

Look for these changes in the next official release.

Tutorials

Robot Overlord: How to load an STL file

Thanks for the suggestions, @QuasarAlpha!

Robot Overlord is a program to simulate real robots. It can also steer them. The goal is eventually to make a VR training simulator for robots. After starting the app, select World > Add object

Instead of one of the available robots, choose Model.

A placeholder appears at the origin. The model container is selected. clicking in the blank space next to Filename in the context-sensitive menu gives you a file choose dialog. Locate your STL file and click Open. The placeholder will be replaced with your STL model.

In this case the file is quite large, probably to the wrong scale. In a future update some intrepid young coder is going to add context sensitive dialogs to adjust the scale of a model. By double clicking anywhere on the background in 3D you can unselect the model and get back to camera controls. You can also double click on a model to re-select it.

 

Makelangelo News

Makelangelo 7.6.5 software update

Get the files

[products skus=’FIRM-0001, SOFT-0001′]

multipass example

Added converter Multipass. You can adjust the angle and the number of passes.

Added converter Wander. You choose the number of lines, but not where they randomly travel.

machine size calculations

Added belt and servo wire length calculation to settings > machine panel. This will make it easier to order large-scale machines from Marginally Clever.

limit test

Added generator Limit Test. The gcode will travel around the outside edge of the paper and then return to home. This is very useful if you are running from an SD card.

preview electronics on makelangelo

Added visual of control box and stepper wires:

boxxy style

Improved Boxxy style (added infill):

new connect button

Simplified connect list & rescan to connect/disconnect button:

Also

  • Added ANSI, US, and Arch paper sizes
  • Improved DXF multilayer support, improved change tool message
  • Force log to bottom of file unless caret moved; shortened gui log for faster updates
  • Several bugfixes

Home position and calibration

Please print this calibration PDF, unscaled, on letter or A4 paper. Place it at the top center of your machine. the pen holder then lines up with the picture on the paper to get perfect calibration every time. This works extra good when you already have paper on the machine and you want to restart or continue a drawing using the “start at” feature.

firmware update

Please download and update to the latest firmware.