Line Following Kinematics & Open source course programs in Processing


Details
Part 1 – Line Following Kinematics:
DPRG member Will Kuhnle will address questions like:
> What are Kinematics of line following?
> How can Kinematics help my robot design?
TL;DR -> This is all about how to make a robot follow a path based on its physical parameters, where a path is a smooth curve (e.g. the DPRG Novice Course) or a combination of smooth curves and disjoint curves (e.g. the DPRG Advanced Line Following Course).
Part 2 – Open Source Course Builder and Interpreter programs:
DPRG member Ron Grant will demo and explain his interactive line following course builder program, which is written with Processing (java environment).
This builder program reads/writes a human readable format, and also SVG files suitable for import in to a vector based drawing program e.g., Inkscape.
Ron will also share a few words on a data format and interpreter that reads a description of line following course tiles in order and tracks path with each sequential tile. The format supports DPRG line following courses including all features of the Challenge Course except the finish gate (which is "hand coded").
Both programs will be published to a DPRG repository.
About DPRG Monthly Meetings
DPRG hosts cool presentations each month during its regular membership meeting. These meetings and presentations are open to public and free to attend.
We hope to see you there. Everyone is welcome to attend.
About DPRG
Dallas Personal Robotics Group has been actively building robots for fun since 1984.
We meet every Tuesday evening and every 2nd Saturday, and frequently participate in community events.
We usually meet at the Dallas MakerSpace, and we always welcome guests of all ages and skill levels!
We have tons of experience and love to share and trade tips and tricks.
Learn more and sign up for the mailing list at our home page
https://www.dprg.org/
Check out our extensive You Tube library
https://www.youtube.com/user/DPRGclips

Line Following Kinematics & Open source course programs in Processing