Group Page for Son of a Bit
Members:
- Justin Hand
- Earle Harrison
- Rob Rhinehart
- Alazar Tamrat
Results
Pictures / Videos
Progress Updates
4-21-2012
1-31-2012
- Played with the rotation values. It can now make a better turn.
- Kinda finished a C++ version. We might use it in the future in case we opt not to use Python {also has http_fetch() now}
(Alazar)
1-30-2012
downloaded old version of migio and it worked great. Figures…
Forget windows too I'm using the python bindings for opencv 2.1 on ubuntu
"sudo apt-get install python-opencv"
it will install opencv and libopencv automatically
I adapted the cv20squares.py example file to track the Rovio
'enter' clears the tracking dots drawn
'p' draws a 1m x 1m (189px) square based on initial position of Rovio.
Justin hacked on migio until we got rovio to move in a square.
(Rob)
1-29-2012
Struggled endlessly getting Migio to compile on windows
compiled libcurl using cygwin
using opencv 2.1 compiled for x64
visual studio still won't compile it
communicating with Rovio over ad-hoc wifi as we couldn't get it to work on GTwireless, maybe consider cloning MAC address?
Rovio docs: http://www.wowwee.com/static/support/rovio/manuals/Rovio_API_Specifications_v1.2.pdf
(Rob)
1-21-2012
Communication with Rovio established
OpenCV installed and configured with VS2010
Migio project compiled and run
(Rob)