[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 574: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 630: sizeof(): Parameter must be an array or an object that implements Countable
Plum Geek Forum • PID with Ringo (and other things)
Page 1 of 1

PID with Ringo (and other things)

Posted: Sun Jan 10, 2016 5:44 pm
by mikasami
I've been experimenting with Ringo this weekend and you might be interested in some of the things i've done.

1. Ringo inside a fence - ringo does a random dance but inside a fence.
https://github.com/mithi/ringo-basic/bl ... ceTest.ino
https://www.youtube.com/watch?v=hBawKfUeksA

2.PID- Ringo resists rotation (based on some zumo sample codes)
https://github.com/mithi/ringo-basic/bl ... lolu-3.ino

3. PID - Ringo resists deviating from driving in a straight line (based on some zumo sample codes)
https://github.com/mithi/ringo-basic/bl ... lolu-4.ino

4. PID - Ringo faces a target angle and resists any rotation from facing a target angle. (based on some zumo sample codes)
https://github.com/mithi/ringo-basic/bl ... lolu-5.ino

5. Ringo Simple Library Test - testing the functions for objects I made for ringo
https://github.com/mithi/ringo-basic/bl ... goTest.ino