After seeing how we can use Cylon.js to control Sphero’s Ollie and BB-8 robots from a browser, and then using the same mechanism from inside a custom AutoCAD command, today we’re going to drive these cute little bots based on AutoCAD geometry. The idea is that we’ll decompose regular curves – whether lines, arcs, polylines or splines – and use the “segments” as movement instructions for our robots. The approach is simple enough: we’ll iterate along the length of each selected curve and generate a set of instructions – really just a set of angles – for the associated... Read more →