-
Lots of updates and upgrades
08/16/2015 at 12:55 • 0 commentsCheck it out!
Expanded system testing with offline ability to quickly check to make sure your changes haven't broken anything. This testing covers most of the happy path code from Procedure Generator to RunProcedure.
Added functionality for wheel control now, including an algorithm to follow a line or general directions to get to another location.
Also included is the ability to use a differential drive as an azimuth control to the robot segment, making zero radius turns to change azimuth angle.
A general multi-variable optimization algorithm that finds the best values to fit a repeatable system, without knowing anything about the system. This can be used for curve fitting, pattern matching, and another application I've implemented:
A PID tuning algorithm. Finds the best values for PID controlled motors on your robot. PIDs are a simple solution to non-stepper motor control. This give you the ability to use cheap DC motors for movement rather than the more expensive stepper motors. In addition to being cheaper, they can move faster when needed.
-
Great new documentation for the Face Processing module
06/25/2015 at 20:00 • 0 commentsCheck it out on the wiki section of source forge!!
-
Back in Development
06/21/2015 at 22:05 • 0 commentsAfter a few months of having no time to work on projects, I'm back.
The first order of business is to build a system test framework, and then develop a full suite of system tests. The framework is finished and I'll be checking in that plus a couple of tests to start with.
-
More documentation as promised
09/17/2014 at 03:20 • 0 commentsI've fleshed out the documentation considerably, so check it out. It's still sub-par from my point of view, so I'll continue to work on it.
-
Current Construction
09/14/2014 at 19:04 • 0 commentsThis has been developed and tested using a couple of small arms, and will be further developed on a larger robot arm.
The documentation is currently shallow, but I promise it will be improved every week until it has suitable depth.