<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>Surveyor Robotics Journal   </title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi</link>
    <description>Development Updates on Surveyor's Robots and Robot Controllers</description>
    <language>en</language>

  <item>
    <title>RoboCup Junior soccer team based on SRV-1 Blackfin headed to Singapore - 12 Mar 2010</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2010/03/12#251</link>
    <description>&lt;br&gt;
This is a high school RoboCup Junior soccer team &lt;a href=&quot;http://velasrandy.sk/index.php/roboty/player-v20&quot; target=&quot;_top&quot;&gt;VELASRANDY&lt;/a&gt; from Slovakia using SRV-1 Blackfin camera and SRV-RCM expansion board for image processing and control.  They just won their national competition and are headed to international competition in Singapore.  Very impressive !!!&lt;br&gt;
&lt;br&gt;
&lt;embed width=&quot;440&quot; height=&quot;420&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;http://v6.tinypic.com/player.swf?file=2eogljp&amp;s=6&quot;&gt;&lt;br&gt;&lt;font size=&quot;1&quot;&gt;&lt;a href=&quot;http://tinypic.com/player.php?v=2eogljp&amp;s=6&quot;&gt;Original Video&lt;/a&gt;&lt;/font&gt;&lt;br&gt;
&lt;br&gt;
More information &lt;a href=&quot;http://velasrandy.sk/index.php/roboty/player-v20&quot; target=&quot;_top&quot;&gt;here&lt;/a&gt;.&lt;br&gt;
 (Posted Fri, 12 Mar 2010 15:00)</description>
  </item>
  <item>
    <title>miniSVS - a reduced footprint version of the SVS Blackfin stereo vision system - 13 Feb 2010</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2010/02/13#250</link>
    <description>&lt;br&gt;
In response to a request from the &lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2010/01/28#248&quot; target=&quot;_top&quot;&gt;GMU RoboPatriots&lt;a/&gt; for a more compact version of the SVS to fit their RoboCup robots, we shrunk the original SVS layout from 6&quot; x 2.5&quot; to 4&quot; x 2.5&quot; (100mm x 63mm).  The new camera spacing is 2.25&quot; (55mm), though for the RoboPatriots, the spacing isn't an issue, as they are running ribbon cables from Blackfin to cameras mounted elsewhere on the robot.  &lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/miniSVS2.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
We are calling the new board the &quot;miniSVS&quot;.  In shrinking the board, we removed some functionality that the soccerbots didn't need, including FAN8200 H-bridge, antenna mount, laser pointer drivers, and SPI interconnect.  In place of the SPI interconnect, we are using a pair of GPIO lines with a soft UART driver.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/miniSVS3.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
The basic assumption was that this board would be used with other motor drivers with serial or servo interface, though perhaps this configuration would be attractive to existing SRV-1 robot users.  If that turns out to be the case and there is sufficient interest, we can look at adding back the H-bridge and laser drivers.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/miniSVS1.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
As with the full-sized SVS, the miniSVS does include interfaces to 8 timers (4 on each Blackfin) with 5V power and servo headers, along with low battery detect circuit.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/miniSVS4.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
Those who are interested in the miniSVS or variations should send us &lt;a href=&quot;mailto:support@surveyor.com?subject=miniSVS&quot;&gt;an email&lt;/a&gt;, and we will consider adding this to our standard product list.&lt;br&gt; (Posted Sat, 13 Feb 2010 19:02)</description>
  </item>
  <item>
    <title>SRV-1 / SVS Blackfin HTTP functionality extended to support most SRV_protocol robot control functions - - 09 Feb 2010</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2010/02/09#249</link>
    <description>&lt;br&gt;
The latest version of SRV-1 / SVS Blackfin firmware adds most of the &lt;a href=&quot;http://www.surveyor.com/SRV_protocol.html&quot; target=&quot;_top&quot;&gt;SRV_protocol&lt;/a&gt; functions to the HTTP interface, enabling more complete robot control via a standard or mobile web browser.  Motor control functions are provided for the existing SRV-1q PWM, the new SRV-4WD controller, as well as RC ESC controllers such as Sabertooth and pan/tilt servo interfaces.&lt;br&gt;
&lt;br&gt;
Camera resolution and JPEG quality can now be set via HTTP.  Also supported are the SRV-NAV gps, a/d, tilt and compass interfaces, generic I2C devices, SRV-1 vision processing functions, and laser pointer controls.&lt;br&gt;
&lt;br&gt;
Using the SRV-1 HTTP interface is really simple.  To test these, you can point your browser to  &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;http://robot-ip:10001/robot.cgi?____&lt;br&gt;
where  ____ represents the SRV_protocol function, e.g.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;http://robot-ip:10001/robot.cgi?V&lt;br&gt;
will display the firmware version string&lt;br&gt;
 &lt;br&gt;
As before,  &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;http://robot-ip:10001/robot.jpg&lt;br&gt;
will capture a new JPEG frame.  We have also provided a simple webcam script using this capability.&lt;br&gt;
&lt;br&gt;
Surveyor Robot Forum discussion with additional details is found here - &lt;a href=&quot;http://www.surveyor.com/cgi-bin/yabb2/YaBB.pl?num=1265742063&quot; target=&quot;_top&quot;&gt;http://www.surveyor.com/cgi-bin/yabb2/YaBB.pl?num=1265742063&lt;/a&gt;.  Example code for a simple webcam interface is provided.&lt;br&gt;
&lt;br&gt;
The new firmware has been posted to &lt;a href=&quot;http://code.google.com/p/surveyor-srv1-firmware/&quot; target=&quot;_top&quot;&gt;http://code.google.com/p/surveyor-srv1-firmware/&lt;/a&gt;&lt;br&gt; (Posted Tue, 09 Feb 2010 14:27)</description>
  </item>
  <item>
    <title>RoboPatriots humanoid soccer players for RoboCup using Surveyor SVS Blackfin - - 28 Jan 2010</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2010/01/28#248</link>
    <description>&lt;br&gt;
&lt;object width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/q9lMsmDVeDs&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/q9lMsmDVeDs&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
&lt;br&gt;
The &lt;a href=&quot;http://cs.gmu.edu/~robotics/pmwiki.php/Main/RoboPatriots&quot; target=&quot;_top&quot;&gt;Autonomous Robotics Laboratory of George Mason University&lt;/a&gt;  has fielded a team, &lt;b&gt;RoboPatriots&lt;/b&gt;, for the &lt;a href=&quot;http://www.robocup2010.org/&quot; target=&quot;_top&quot;&gt;RoboCup humanoid league&lt;/a&gt;, a prestigious international autonomous robotic soccer competition. RoboPatriots is one of only two teams from the USA that competed in the RoboCup humanoid league in 2009 (of 24 teams overall). The team is small and has never received any outside funding, so one of their goals is to present an inexpensive and robust robot platform that still competes well.  In comparison, their competitor's robots generally cost 4-5 times as much.&lt;br&gt;
&lt;br&gt;
As the team prepares for next year's competition in Singapore, they are developing tools for  humanoid motion and path planning, vision-based localization, and multiple-robot coordination, as well as physical simulation software. The Surveyor SVS (stereo vision system) has proven to be a critical part of their robot architecture, acting as the brains and eyes of the robots.&lt;br&gt;
&lt;br&gt;
2010 Robot Specs:
&lt;ul&gt;
&lt;li&gt;Team Name: RoboPatriots (Johnny 5, Newton, and Stephanie)
&lt;li&gt;Height: 53 cm
&lt;li&gt;Weight: 900 grams
&lt;li&gt;DOF: 18 (5 DOF per leg, 3 DOF per arm, 2 DOF neck)
&lt;li&gt;Motors: Arms and Legs (16): Kondo KRS-2555HV digital servos
&lt;li&gt;Motors: Neck (2): Kondo KRS-788HV ICS Digital Servos
&lt;li&gt;Computing Unit: RCB-4 from Kondo
&lt;li&gt;Camera: Surveyor SVS stereo vision system, 640x480 resolution per camera, two 500 MHz Blackfin processors
&lt;li&gt;Sensors: (1) RAS-2 dual-axis accelerometer from Kondo (2) KRG-3 single axis gyro from Kondo
&lt;li&gt;Walking Speed: 25 cm/s 
&lt;/ul&gt;
Links:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://cs.gmu.edu/~robotics/pmwiki.php/Main/RoboPatriots&quot; target=&quot;_top&quot;&gt;Team home page&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/user/TheGMURoboticsLab&quot; target=&quot;_top&quot;&gt;Official YouTube Channel&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.flickr.com/photos/christophervo/sets/72157621258406385/&quot; target=&quot;_top&quot;&gt;Flickr Set 1&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.flickr.com/photos/38186590@N00/sets/72157621381132889/&quot; target=&quot;_top&quot;&gt;Flickr Set 2&lt;/a&gt;
&lt;/ul&gt;

 (Posted Thu, 28 Jan 2010 14:40)</description>
  </item>
  <item>
    <title>Inertia Labs introduces Renegade SRV all-terrain robot - - 18 Jan 2010</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2010/01/18#247</link>
    <description>&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/FuIxGpaBvBU&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/FuIxGpaBvBU&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
&lt;br&gt;
Our manufacturing partner &lt;a href=&quot;http://www.inertialabs.com&quot; target=&quot;_top&quot;&gt;Inertia Labs&lt;/a&gt; has just introduced an up-scale version of the original SRV-1 Blackfin robot, intended for larger payloads and outdoor operation, but still based on SRV-1 Blackfin and SVS control electronics.  &lt;a href=&quot;http://www.inertialabs.com/Renegade.htm&quot; target=&quot;_top&quot;&gt;The Renegade SRV&lt;/a&gt; employs four high-quality planetary gear motors with encoders to directly drive the five inch rock crawling wheels. The chassis is laser cut and bent .125&quot; 6061 aircraft aluminum with an ABS impact plastic lid. Surveyor has designed a custom speed controller for this chassis that also takes the input from each motor encoder and direct support for Sharp IR range sensors.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.inertialabs.com/Renegade.htm&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://www.surveyor.com/images/Renegade-tilt-nav-front.jpg&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Technical details and order information are found here - &lt;a href=&quot;http://www.inertialabs.com/Renegade.htm&quot; target=&quot;_top&quot;&gt;Renegade SRV&lt;/a&gt;.&lt;br&gt;  (Posted Mon, 18 Jan 2010 17:25)</description>
  </item>
  <item>
    <title>New blob tracking display feature added to SRV-1 Blackfin firmware - - 16 Jan 2010</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2010/01/16#246</link>
    <description>&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/XKkPCOrEiEY&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/XKkPCOrEiEY&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
&lt;br&gt;
Don't know why we didn't add this sooner, but latest version of SRV-1 firmware now includes a display function for blob tracking results.  The console command 'g6#' enables display of boxes outlining the results of vblob() function, where '#' is the color bin for the blob search, e.g. g63 displays the blobs matching color bin #3.  'gx' turns off the blob overlay.&lt;br&gt;
&lt;br&gt;
Forum discussion &lt;a href=&quot;http://www.surveyor.com/cgi-bin/yabb2/YaBB.pl?num=1263670095&quot; target=&quot;_top&quot;&gt;is found here&lt;/a&gt;.&lt;br&gt; (Posted Sat, 16 Jan 2010 14:32)</description>
  </item>
  <item>
    <title>Large treaded robot with SRV-1 Blackfin controller - - 04 Jan 2010</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2010/01/04#245</link>
    <description>&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/VA19hVa5BoE&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/VA19hVa5BoE&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.inertialabs.com/srv.htm&quot; target=&quot;_top&quot;&gt;Inertia Labs&lt;/a&gt; has developed a upscale version of the SRV-1 Blackfin robot with a beautifully integrated camera tilt mechanism.  Other than the larger motor controllers, this is basically a standard SRV-1 controller setup.  For more information, contact &lt;a href=&quot;http://www.inertialabs.com/srv.htm&quot; target=&quot;_top&quot;&gt;Inertia Labs&lt;/a&gt;&lt;br&gt; (Posted Mon, 04 Jan 2010 20:50)</description>
  </item>
  <item>
    <title>Solution for Surveyor SRV-1 via iPhone (also EDGE) - - 22 Dec 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/12/22#244</link>
    <description>&lt;br&gt;
&lt;a href=&quot;http://www.ewe-software.com&quot; target=&quot;_top&quot;&gt;EWE Software&lt;/a&gt; has added SRV-1 robot control via iPhone or iPod Touch to their Befree4iPhone remote control program.  The software is a freeware, downloaded from  &lt;a href=&quot;http://www.ewe-software.com/download.html&quot; target=&quot;_top&quot;&gt;www.ewe-software.com/download.html&lt;/a&gt;, and it requires no iPhone modification or iPhone market download.&lt;br&gt;
&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/yBh73fU-xF4&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/yBh73fU-xF4&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
&lt;br&gt;
Further discussion of the Befree4iPhone is found on the &lt;a href=&quot;http://www.surveyor.com/cgi-bin/yabb2/YaBB.pl?num=1260964739&quot; target=&quot;_top&quot;&gt;Surveyor Robotics Forum&lt;/a&gt;.&lt;br&gt; (Posted Tue, 22 Dec 2009 12:53)</description>
  </item>
  <item>
    <title>Excellent tutorial on the Surveyor SVS (stereo vision system) - 08 Dec 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/12/08#243</link>
    <description>&lt;br&gt;
&lt;a href=&quot;http://www.aforgenet.com/framework/&quot; target=&quot;_top&quot;&gt;AForge.NET&lt;/a&gt; is an open source C# framework with SRV-1 and SVS Blackfin support that was designed for developers and researchers in the fields of computer vision and artificial intelligence - image processing, neural networks, genetic algorithms, machine learning, robotics, etc.  We first described AForge.NET SRV-1 and SVS support here - &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/11/05#238&quot; target=&quot;_top&quot;&gt;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/11/05#238&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.aforgenet.com/framework/samples/images/svs_test.jpg&quot;&lt;/img&gt;&lt;br&gt;
&lt;br&gt;
Since that post, the AForge.NET developers have written an excellent introduction to SVS, describing system setup along with a guide and sample code to create C# applications which control the board remotely, interface to servos, ultrasonic ranging, I2C devices and motor control.  The tutorial is found here - &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://www.aforgenet.com/articles/svs_start/&quot; target=&quot;_top&quot;&gt;http://www.aforgenet.com/articles/svs_start/&lt;/a&gt;&lt;br&gt; (Posted Tue, 08 Dec 2009 13:02)</description>
  </item>
  <item>
    <title>Bat-tek Project  - 03 Dec 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/12/03#242</link>
    <description>&lt;br&gt;
&lt;object width=&quot;400&quot; height=&quot;265&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;never&quot;&gt;&lt;/param&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=7803820&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=7803820&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;never&quot; width=&quot;400&quot; height=&quot;265&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.etc.cmu.edu/projects/gadget/?p=promos&quot; target=&quot;_top&quot;&gt;&lt;u&gt;Bat-teK&lt;/u&gt;&lt;/a&gt; is a Carnegie Mellon + Lockheed Martin project that uses a lot of Surveyor's robotic technologies, including the YARB blimp, SVS, and SRV-1 robot, along with CMU's console applications and mapping technology. CMU produced this very cool promotional video for the project.&lt;br&gt;
 (Posted Thu, 03 Dec 2009 13:35)</description>
  </item>
  <item>
    <title>First production SRV-4WD motor controllers shipped to test sites - 30 Nov 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/11/30#241</link>
    <description>&lt;br&gt;
We have sorted out the assembly issues with our first batch of production SRV-4WD motor controllers, so we shipped a couple of boards to test sites today.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.surveyor.com/images/SRV-4WD-Headers.jpg&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://www.surveyor.com/images/SRV-4WD-Headers1000.jpg&quot; width=&quot;600&quot; height=&quot;390&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;br&gt;
&lt;br&gt;
Most of the first boards have been committed to new robots being built by Inertia Labs -&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/08/10#227&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://www.surveyor.com/images/srv1x-0628a-500.jpg&quot;&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
but we will be building another batch of boards before the end of December and will soon set pricing / availability.  If interested, drop an email to &lt;a href=&quot;mailto:support@surveyor.com?subject=SRV-4WD&quot;&gt;support@surveyor.com&lt;/a&gt;.&lt;br&gt; (Posted Mon, 30 Nov 2009 19:43)</description>
  </item>
  <item>
    <title>TUlip humanoid soccer robot with Surveyor SVS Blackfin (stereo vision system) - 16 Nov 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/11/16#240</link>
    <description>&lt;br&gt;
We just received these videos from &lt;a href=&quot;http://humanoid.tue.nl/&quot; target=&quot;_top&quot;&gt;Team EINDroid Humanoid Robotics&lt;/a&gt; of the &lt;a href=&quot;http://www.3tu.nl/en&quot; target=&quot;_top&quot;&gt;3TU&lt;/a&gt;, a cooperation of the Netherlands technical universities of Eindhoven, Delft &amp; Twente.&lt;br&gt;
&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/jSlO-3gbpO4&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/jSlO-3gbpO4&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/SSBitYdxfTI&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/SSBitYdxfTI&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
&lt;br&gt;
The team is using the Surveyor SVS for color tracking via blob detection with one of their humanoid soccer robots.  This is a very interesting and challenging problem, and we look forward to their continued progress.&lt;br&gt;


 (Posted Mon, 16 Nov 2009 09:58)</description>
  </item>
  <item>
    <title>Web-based &quot;Admin&quot; interface for SRV-1 Blackfin &amp; SVS robot controllers - 14 Nov 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/11/14#239</link>
    <description>&lt;br&gt;
Extending the direct web interface to SRV-1 Blackfin and SVS &lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/10/08#234&quot; target=&quot;_top&quot;&gt;we recently introduced&lt;/a&gt;, we have added direct support of HTTP POST methods for uploads of firmware, html pages, picoC scripts, etc, to the SRV-1 / SVS firmware.  Those familiar with our existing firmware &amp; file upload mechanism using XMODEM with Teraterm, lsz, etc, will recognize this as a significant enhancement.&lt;br&gt;
&lt;br&gt;
Here is an example of the browser interface after selecting the srv1.ldr firmware image to upload:&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/http-admin1.gif&quot;&gt;&lt;br&gt;
&lt;br&gt;
and the browser display after upload has completed:&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/http-admin2.gif&quot;&gt;&lt;br&gt;
&lt;br&gt;
As with the web-based interface to the robot controls, no special console software is required - only a browser.  Thus far, we have successfully tested with Firefox, Internet Explorer 8, Chrome and Safari, including iPhone and Google Android phone browsers.  This capability is included in the latest version of SRV-1 / SVS firmware posted to &lt;a href=&quot;http://code.google.com/p/surveyor-srv1-firmware/&quot; target==&quot;top&quot;&gt;code.google.com&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Beyond the file upload capability, we will be looking at ways to employ HTTP POST functionality for other functions such as robot configuration (selection of sensors, motor drive mechanism), image calibration (lens rectification, color range selection), neural net specification, etc.  We have just started to explore the possibilities.&lt;br&gt;


 (Posted Sat, 14 Nov 2009 11:46)</description>
  </item>
  <item>
    <title>New C# framework for machine vision and robotics adds support for Surveyor SRV-1 and SVS Blackfin systems - 05 Nov 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/11/05#238</link>
    <description>&lt;br&gt;
&lt;a href=&quot;http://www.aforgenet.com/framework/&quot; target=&quot;_top&quot;&gt;AForge.NET&lt;/a&gt; is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, fuzzy systems, machine learning, robotics, etc.  The latest release, version 2.1.0, has introduced support for the SRV-1 Blackfin and SVS (stereo vision system).&lt;br&gt;
&lt;br&gt;
Several sample applications are provided for the SRV-1 and SVS.  The following screenshot demonstrates usage of &lt;a href=&quot;http://www.aforgenet.com/framework/docs/html/1662563a-2c37-531c-d5c0-aaf291bc7dcc.htm&quot; target=&quot;_top&quot;&gt;AForge.Robotics.Surveyor&lt;/a&gt; namespace to control Surveyor's SRV-1 Blackfin robot. The application allows receiving video feed from the robot and manipulate it by driving the robot using predefined commands or using direct motor control.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.aforgenet.com/framework/samples/images/srv_test.jpg&quot; width=&quot;480&quot;&gt;&lt;br&gt;
&lt;br&gt;
The following demonstrates &lt;a href=&quot;http://www.aforgenet.com/framework/docs/html/1662563a-2c37-531c-d5c0-aaf291bc7dcc.htm&quot; target=&quot;_top&quot;&gt;AForge.Robotics.Surveyor&lt;/a&gt; for control Surveyor's Stereo Vision System. The application allows receiving video feeds from both cameras, show stereo anaglyph images and manipulate robot by driving it using predefined commands or using direct motor control.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.aforgenet.com/framework/samples/images/svs_test.jpg&quot; width=&quot;480&quot;&gt;&lt;br&gt;
&lt;br&gt;
AForge.NET is extensively documented and well worth investigating.&lt;br&gt; (Posted Thu, 05 Nov 2009 19:33)</description>
  </item>
  <item>
    <title>Feature article on Surveyor SVS (stereo vision system) in Nov/Dec Robot Magazine - 24 Oct 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/10/24#237</link>
    <description>&lt;br&gt;
The latest issue of &lt;a href=&quot;http://botmag.com/issue19/index.shtml&quot; target=&quot;_top&quot;&gt;Robot Magazine&lt;/a&gt; has an excellent in-depth five page review of the Surveyor SVS, starting on page 30.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/botmag09-1.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
The author, Harry Mueller, explores many of the capabilities and limitations of the system in its current form, including stereo correspondence, neural net, picoC, RoboRealm, and other features.  As Harry notes, &quot;The SRV-1 and its most recent incarnation, the SVS, can best be characterized as a very sophisticated and evolving toolkit for vision experimentation&quot;.  His conclusions are right on the money as well, though you will have to read the article to find out what he wrote.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/botmag09-2.jpg&quot;&gt;&lt;br&gt; (Posted Sat, 24 Oct 2009 20:04)</description>
  </item>
  <item>
    <title>New tool for SRV-1 Blackfin color blob searches - 14 Oct 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/10/14#236</link>
    <description>&lt;br&gt;
There is a new C library for AVR processors called &lt;a href=&quot;http://www.societyofrobots.com/robotforum/index.php?topic=7787&quot; target=&quot;_top&quot;&gt;&quot;WebbotLib&quot;&lt;/a&gt; that has added support for the SRV-1 Blackfin camera as an alternative to CMUcam.  In the process of adding the SRV-1 support, the developer realized that we had no good tools for analyzing and selecting colors used for blob searches, so he wrote a new Java-based console, &lt;a href=&quot;http://www.societyofrobots.com/robotforum/index.php?topic=9367&quot; target=&quot;_top&quot;&gt;as described here&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/webbot1.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/webbot2.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
This console is particularly useful for identifying colors and color bin ranges that will be used in blob searches.  As seen above, I worked out a color range for the &quot;red&quot; of a spool of wire, and the actual blob outlines are displayed. The console is designed to work with serial rather than network interfaces, as this is the typical configuration for the SRV-1 Blackfin camera when connecting to an AVR-class processor.&lt;br&gt;
&lt;br&gt;
Note that WebbotLib is an open source project - &lt;a href=&quot;http://sourceforge.net/projects/webbotavrclib&quot; target=&quot;_top&quot;&gt;sourceforge.net/projects/webbotavrclib&lt;/a&gt;&lt;br&gt; (Posted Wed, 14 Oct 2009 12:54)</description>
  </item>
  <item>
    <title>Embedded Stereo Correspondence on the Surveyor SVS Blackfins - 10 Oct 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/10/10#235</link>
    <description>&lt;br&gt;
Just posted on &lt;a href=&quot;http://streebgreebling.blogspot.com&quot; target=&quot;_top&quot;&gt;The Streeb-Greebling Diaries&lt;a&gt;, this is a very helpful explanation and demonstration of stereo correspondence on the &lt;a href=&quot;http://www.surveyor.com/stereo/stereo_info.html&quot; target=&quot;_top&quot;&gt;Surveyor SVS&lt;/a&gt; (stereo vision system) based on code from the &lt;a href=&quot;http://code.google.com/p/sentience/wiki/SurveyorSVS&quot; target=&quot;_top&quot;&gt;Sentience Project&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
===========================================&lt;br&gt;
&lt;br&gt;
&lt;i&gt;&amp;nbsp;&amp;nbsp;A video showing the results of the stereo correspondence algorithm embedded on the Surveyor SVS. This is running on two Blackfin DSPs with synchronised frame capture. Larger red spots correspond to objects closer to the cameras. The big metal object is the left shoulder of the GROK2 robot.&lt;br&gt;
&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/91oYOpiEeNI&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/91oYOpiEeNI&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;There is some &quot;pollution&quot; where matching of horizontally oriented features causes bad matches in the surrounding region of the image, but most of the time the spot sizes are inversely proportional to range. There is always a certain amount of noise in the matching, but if the features are converted into &lt;a href=&quot;http://code.google.com/p/sentience/wiki/StereoSensorModel&quot; target=&quot;_top&quot;&gt;sensor models&lt;/a&gt; and used to update an &lt;a href=&quot;http://code.google.com/p/sentience/wiki/OccupancyGrid&quot; target=&quot;_top&quot;&gt;occupancy grid&lt;/a&gt; then this tends to cancel out with repeated overlapping observations.&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;Ordinarily horizontally oriented features can't be matched, at least by sparse feature based correspondence methods, but it does seem to be a useful heuristic to apply similar disparities to horizontally oriented features which are in the neighbourhood of matched vertically oriented ones. Even though it sometimes produces errors, this helps to provide more information about the structure of the environment which can be useful when creating maps or avoiding obstacles. &lt;br&gt;&lt;/i&gt; (Posted Sat, 10 Oct 2009 09:34)</description>
  </item>
  <item>
    <title>Direct interface to SRV-1 Blackfin / SVS from browsers and smart phones (iPhone, Google Android, etc) - - 08 Oct 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/10/08#234</link>
    <description>&lt;br&gt;
As first discussed &lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/09/08#231&quot;target=&quot;_top&quot;&gt;last month&lt;/a&gt;, we have extended the httpd support in the SRV-1 Blackfin / SVS firmware for a more robust browser interface and some extended user functionality.  As shown below, we have continued with the idea of image mapping the robot controls, but now we have a graphical overlay that can be turned on/off to show the actual controls.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/httpd-test1.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/httpd-test2.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
There is still work to be done with the stability of the connections, but this seems to work quite well with iPhone and Google Android smart phones.  We look forward to tester feedback.&lt;br&gt; (Posted Thu, 08 Oct 2009 12:11)</description>
  </item>
  <item>
    <title>Update on the new 4WD motor controller - - 26 Sep 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/09/26#233</link>
    <description>&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/srv-4wd-v1a-600.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/srv-4wd-v1b-600.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
We have working prototypes of the ARM7-based 4WD motor controller for next-generation Surveyor Blackfin robots &lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/08/10#227&quot; target=&quot;_top&quot;&gt;as previously discussed here&lt;/a&gt;.  There were a couple of design issues which we think we have resolved, so next step is to do some stress testing.  If we don't encounter any more problems, we will start a first production batch in October.&lt;br&gt; (Posted Sat, 26 Sep 2009 22:04)</description>
  </item>
  <item>
    <title>Finally - the navigation board is shipping ! - 12 Sep 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/09/12#232</link>
    <description>&lt;br&gt;
We teamed up with another company - &lt;a href=&quot;http://www.ryanmechatronics.com&quot; target=&quot;_top&quot;&gt;Ryan Mechatronics&lt;/a&gt; - to get the new navigation board into production.  We will be carrying other Ryan Mechatronics products, including an AHRS, in the future ! &lt;br&gt;
&lt;br&gt;
As discussed before, the board includes GPS + compass + tilt + 8-channel A/D board with uBlox5 GPS, the new 3-axis Honeywell HMC5843 compass, ST LIS3LV02DQ 3-axis accelerometer and Analog Devices AD7998 8-channel 12-bit A/D. I2C interfaces are provided to all onboard devices, plus uBlox5 GPS supports UART and a time pulse.  Final board dimensions are 1.25&quot; x 2.25&quot; (35mm x 60mm).  Weight is 0.7oz (20gm).  Mounting holes are on 1&quot; x 2&quot; centers.&lt;br&gt;
&lt;br&gt;
Online orders here - &lt;a href=&quot;http://surveyor-corporation.stores.yahoo.net/srnabo.html&quot; target=&quot;_top&quot;&gt;surveyor-corporation.stores.yahoo.net/srnabo.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/srv1-nav-top600.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/srv1-nav-bottom600.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt; (Posted Sat, 12 Sep 2009 16:41)</description>
  </item>
  <item>
    <title>HTTPD experiment - a web app approach to smart phone (e.g. iPhone) robot control - 08 Sep 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/09/08#231</link>
    <description>&lt;br&gt;
We have been experimenting with a different approach to SRV-1 interface with smart phones and browsers, building a very basic HTTPD capability into the SRV-1 firmware.  It employs just HTML and javascript, using image mapping for the robot controls, so no special application is installed - it just uses the built-in web browser.  This is NOT robust (put your robot up on blocks, not on a table top, if you plan to test this), and performance will be lower that what will be achieved with native apps for iphone, android, etc, but it is simple and stability will likely improve.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/httpd1.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
Basically, there is now a minimal HTTPD function in the SRV-1 firmware that parses the HTTP GET command, and there is minimal knowledge of filenames, specifically '/', '/index.html', '/00.html' (same as /),'/01.html' ... '09.html'.  These files correspond to flash sectors, where 00.html is stored in sectors 10-11, 01.html is stored in sectors 12-13, etc. An HTML file in this system can occupy up to 2 sectors (128kB), and a couple of console commands have been added to read ('zAxx') and write ('zBxx') these double sectors.  The HTTPD parser recognizes two other special names - '/robot.cgi?' which is used to send robot commands for motion and laser on/off, and $$camera$$ which signals the insertion of a live captured JPEG frame.  Perhaps the most important line of code in the following html is -&lt;br&gt;
&lt;i&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&amp;quot;data:image/jpeg;base64,$$camera$$&amp;quot; width=320 height=240 usemap=&amp;quot;#map1&amp;quot; /&amp;gt;&lt;br&gt;&lt;/i&gt;
which shows how the jpeg frame from the robot is embedded in the web page.&lt;br&gt;
&lt;br&gt;
Assuming you have a new version of httpd.c and /index.html shown below is stored in sectors 10-11, you would point your browser to http://robot-ip:10001/ and the robot should start to serve live frames (approx 3fps).  If you click on different areas of the image, different robot commands should be executed.&lt;br&gt;
&lt;br&gt;
===============================================&lt;br&gt;
&lt;i&gt;&amp;lt;html&amp;gt;&lt;br&gt;
&amp;lt;head&amp;gt;&lt;br&gt;
&amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width; initial-scale=1.0; maximum-scale=1.0;&amp;quot;&amp;gt; &lt;br&gt;
&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;!--&lt;br&gt;
var time = null&lt;br&gt;
function refresh() {&lt;br&gt;
window.location.reload();&lt;br&gt;
}&lt;br&gt;
setTimeout('refresh()', 333)&lt;br&gt;
//--&amp;gt;&lt;br&gt;
&amp;lt;/script&amp;gt;&lt;br&gt;
&amp;lt;title&amp;gt;SRV-1 Robot&amp;lt;/title&amp;gt;&lt;br&gt;
&amp;lt;/head&amp;gt;&lt;br&gt;
&amp;lt;body&amp;gt;&lt;br&gt;
&amp;lt;map name=&amp;quot;map1&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?l&amp;quot; alt=&amp;quot;laser on&amp;quot; shape=rect coords=&amp;quot;1, 1, 25, 120&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?L&amp;quot; alt=&amp;quot;laser off&amp;quot; shape=rect coords=&amp;quot;296, 1, 320, 120&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?+&amp;quot; alt=&amp;quot;faster&amp;quot; shape=rect coords=&amp;quot;1, 121, 25, 240&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?-&amp;quot; alt=&amp;quot;slower&amp;quot; shape=rect coords=&amp;quot;296, 121, 320, 240&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?4&amp;quot; alt=&amp;quot;left&amp;quot; shape=rect coords=&amp;quot;26, 1, 100, 80&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?8&amp;quot; alt=&amp;quot;forward&amp;quot; shape=rect coords=&amp;quot;101, 1, 220, 80&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?6&amp;quot; alt=&amp;quot;right&amp;quot; shape=rect coords=&amp;quot;221, 1, 295, 80&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?0&amp;quot; alt=&amp;quot;spin left&amp;quot; shape=rect coords=&amp;quot;26, 81, 100, 160&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?5&amp;quot; alt=&amp;quot;stop&amp;quot; shape=rect coords=&amp;quot;101, 81, 220, 160&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?.&amp;quot; alt=&amp;quot;spin right&amp;quot; shape=rect coords=&amp;quot;221, 81, 295, 160&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?1&amp;quot; alt=&amp;quot;back left&amp;quot; shape=rect coords=&amp;quot;26, 161, 100, 240&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?2&amp;quot; alt=&amp;quot;back&amp;quot; shape=rect coords=&amp;quot;101, 161, 220, 240&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;area href=&amp;quot;/robot.cgi?3&amp;quot; alt=&amp;quot;back right&amp;quot; shape=rect coords=&amp;quot;221, 161, 295, 240&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;/map&amp;gt;&lt;br&gt;
&amp;lt;img src=&amp;quot;data:image/jpeg;base64,$$camera$$&amp;quot; width=320 height=240 usemap=&amp;quot;#map1&amp;quot; /&amp;gt;&lt;br&gt;
&amp;lt;br&amp;gt;&lt;br&gt;
&amp;lt;a href=&amp;quot;/index.html&amp;quot;&amp;gt;reload&amp;lt;/a&amp;gt;&lt;br&gt;
&amp;lt;br&amp;gt;&lt;br&gt;
&amp;lt;/body&amp;gt;&lt;br&gt;
&amp;lt;/html&amp;gt;&lt;/i&gt;&lt;br&gt;
===============================================&lt;br&gt;
&lt;br&gt;
This is approximately how the image map is configured based on the above HTML code -&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/imagemap.gif&quot;&gt;&lt;br&gt;
&lt;br&gt;
Note that there are issues - the javascript seems to be very sensitive to timing so links break pretty easily and you have to refresh to get things restarted.  The frame rate is low, and I don't know how much it can be improved.  Also, Android G1 support for embedded JPEGs is broken, though we have reported the problem.  In any case, this DOES work on an iPhone.&lt;br&gt;
&lt;br&gt;
This code has been posted to &lt;a href=&quot;http://code.google.com/p/surveyor-srv1-firmware/&quot; target=&quot;_top&quot;&gt;code.google.com/p/surveyor-srv1-firmware/&lt;/a&gt;.  There is not yet a zip download version.  You can track progress on this project on the &lt;a href=&quot;http://www.surveyor.com/cgi-bin/yabb2/YaBB.pl?num=1252431032/0#0&quot; target=&quot;_top&quot;&gt;Surveyor Robotics Forum&lt;/a&gt;.&lt;br&gt; (Posted Tue, 08 Sep 2009 14:12)</description>
  </item>
  <item>
    <title>Now offering choice of OV7725 low-light VGA or OV9655 SXGA camera with all SRV-1 / SVS controllers - 07 Sep 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/09/07#230</link>
    <description>&lt;br&gt;
As first discussed &lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/03/09#202&quot; target=&quot;_top&quot;&gt;here&lt;/a&gt;, we have been offering the Omnivision OV7725 low light camera sensor as an add-on option to the SRV-1 Blackfin controllers for several months, and have received a number of requests to offer the OV7725 as an alternative to the OV9655 in standard controller configurations.  The OV9655 has higher resolution (1280x1024 max) and very good color in full lighting at lower frame rates, while the OV7725 is limited to 640x480 resolution with very good low-light performance and ability to capture at up to 60fps.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/ov7725cam-500.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
In response to these requests, we are now offering the choice between OV7725 and OV9655 on orders of SRV-1 Blackfin Cameras, SRV-1 Blackfin Robot, YARB and SVS.  Standard lens on both cameras is still the 3.6mm f2.0 with approx. 90-deg field-of-view.&lt;br&gt;
 (Posted Mon, 07 Sep 2009 12:46)</description>
  </item>
  <item>
    <title>RCM expansion boards for SRV-1 Blackfin now shipping - 22 Aug 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/08/22#229</link>
    <description>&lt;br&gt;
The &lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/08/05#225&quot; target=&quot;_top&quot;&gt;RCM expansion boards&lt;/a&gt; with interfaces for 20 servos, 16 A/D, 16 GPIO and microSD are now shipping.  The boards can be ordered here:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://surveyor-corporation.stores.yahoo.net/srrcmexbo.html&quot; target=&quot;_top&quot;&gt;Surveyor Online Store.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
One of the RCM developers made a short video of the RCM exercising 20 servos simultaneously:&lt;br&gt;
&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/ay7YFoSbMY8&amp;hl=en&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/ay7YFoSbMY8&amp;hl=en&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
 (Posted Sat, 22 Aug 2009 13:06)</description>
  </item>
  <item>
    <title>iPhone console for SRV-1 / SVS Blackfin now on Google Code - 22 Aug 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/08/22#228</link>
    <description>&lt;br&gt;
Thanks to the outstanding work by Nick Kitchener (NickK1066), we now have a working prototype of an iPhone console for the SRV-1 and SVS, hosted on Google Code as GPL Open Source:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://code.google.com/p/iphone-srv/&quot; target=&quot;_top&quot;&gt;http://code.google.com/p/iphone-srv/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/iphone_sim1.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
Currently, the console supports live feeds from dual camera SVS (as seen above) or single camera SRV-1, and has the basis of a touchpad joystick interface for motion control, so driving capability is planned but has not yet been added.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/iphone_sim2.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
A full discussion of the project is found here on the Surveyor Robotics Forum:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://www.surveyor.com/cgi-bin/yabb2/YaBB.pl?num=1246214017&quot; target=&quot;_top&quot;&gt;Controlling SRV-1 with iPhone&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
 (Posted Sat, 22 Aug 2009 12:45)</description>
  </item>
  <item>
    <title>New 4WD motor controller in the works - - 10 Aug 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/08/10#227</link>
    <description>&lt;br&gt;
As discussed earlier, we have been experimenting with various motor configurations for larger payload versions of an SRV-1 4WD motorized robot base.  One of the first prototypes, which hosts an SVS camera head, was briefly described here a few weeks ago - &lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/srv1x-0628a-500.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
In the process of testing this configuration, we found that the pan head added significant instability to the camera mounting, and that by reducing the camera mounting to a tilt-only servo with bearing pivots and using on-axis rotation of the robot body, we had the functionality of pan/tilt with greatly reduced camera flop.  However, in order to achieve the need position accuracy of the robot rotation, we needed more precise motion control.&lt;br&gt;
&lt;br&gt;
The result of this exercise has been the design of a new motor controller, currently designated &quot;srv-4wd-v1&quot;.  The controller has separate 5A Infineon TLE5205-2G h-bridges for each motor, and should be able to support doubled output by stacking additional h-bridge devices.  The motors we have been testing have bearing-supported planetary gearheads and integrated quadrature shaft encoders, and while only rated at 3A stall current, seem to provide adequate power to the 10-lb prototypes.  To integrate the encoder data with the PWM motor output, we have added an ARM7TDMI processor (NXP LPC2101) with UART and I2C host interfaces.  Using the LPC2101 analog inputs, we have added a battery monitor circuit and headers for 4 Sharp IR ranging sensors.  And finally, we have added 2 headers to interface to either 3.3V or 5.0V yaw gyro.  Between the encoder and gyro feedback, we should be able to develop a fairly complete dead-reckoning position solution, freeing the host Blackfin processor for higher level navigation tasks.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/srv-4wd-v1.png&quot;&gt;&lt;br&gt;
&lt;br&gt;
Board size is 1.5&quot;x2.5&quot; with 1&quot;x2&quot; centered mounting holes.  We have started the prototype fabrication and firmware development process, and hope to have first production boards in 4-6 weeks.  No idea yet of pricing, but we will post that information once we have working prototypes.&lt;br&gt;
 (Posted Mon, 10 Aug 2009 11:25)</description>
  </item>
  <item>
    <title>Model-free Learning and Control in a Mobile Robot - 05 Aug 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/08/05#226</link>
    <description>&lt;br&gt;
Sandia National Labs' Biologically Inspired Brain Project (&lt;a href=&quot;http://becca.sourceforge.net/&quot; target=&quot;_top&quot;&gt;BECCA&lt;/a&gt;), &lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal2.cgi/2009/05/05#212&quot;  target=&quot;_top&quot;&gt;first described here&lt;/a&gt;, is being presented at ICNC/FSKD 09 conference in Tianjin, China.  A copy of the paper is found here - &lt;a href=&quot;http://www.surveyor.com/blackfin/Slearning.pdf&quot; target=&quot;_top&quot;&gt;Slearning.pdf&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Here is the abstract from the presentation -&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;blockcode&gt;&lt;i&gt;A model-free, biologically-motivated learning and controlalgorithm called S-learning is described as implemented inan Surveyor SRV-1 mobile robot. S-learning demonstratedlearning of robotic and environmental structure sufficient toallow it to achieve its goals (finding high- or low-contrastviews in its environment). No modeling information about thetask or calibration information about the robot's actuatorsand sensors were used in S-learning's planning. The abilityof S-learning to make movement plans was completelydependent on experience it gained as it explored. Initially ithad no experience and was forced to wander randomly. Withincreasing exposure to the task, S-learning achieved its goalswith more nearly optimal paths. The fact that this approachis model-free implies that it may be applied to many othersystems, perhaps even to systems of much greater complexity.&lt;/i&gt;&lt;/blockcode&gt;
&lt;br&gt;
 (Posted Wed, 05 Aug 2009 10:24)</description>
  </item>
  <item>
    <title>SRV-1 RCM Expansion Board now available to order - 05 Aug 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/08/05#225</link>
    <description>&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/rcm-top.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
We are now taking orders for the RCM expansion board (20 servo, 16 A/D, 16 GPIO, microSD), as previously discussed here:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/06/25#210&quot;  target = &quot;_top&quot;&gt;robot journal #210&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/06/25#221&quot;  target = &quot;_top&quot;&gt;robot journal #221&lt;/a&gt;
&lt;/ul&gt;

Price is $175, with 10% discount for orders placed by education institutions.   Order details are found on &lt;a href=&quot;http://surveyor-corporation.stores.yahoo.net/srrcmexbo.html&quot; target = &quot;_top&quot;&gt;the Surveyor Online Store&lt;/a&gt;. &lt;br&gt;
&lt;br&gt;
Note that we only have 50 RCM's available to order.  However, if you previously contacted us by email to place an order, don't worry - you are at the beginning of the line and you should hear from us shortly by email.&lt;br&gt;
&lt;br&gt; (Posted Wed, 05 Aug 2009 09:54)</description>
  </item>
  <item>
    <title>First test release of stereo feature detection code built into SVS Blackfin firmware - 26 Jul 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/07/26#224</link>
    <description>&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/UpZ3yLnmCwQ&amp;hl=en&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/UpZ3yLnmCwQ&amp;hl=en&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;
&lt;br&gt;
Many new features added since last firmware update in May, including picoC autorun(), limited support for HTTP GET, uBlox5 support, and integration of Bob Mottram's &lt;a href=&quot;http://code.google.com/p/sentience/wiki/SurveyorSVS&quot; target=&quot;_top&quot;&gt;Sentience stereo vision code&lt;a/&gt;.  As illustrated by the video, we have a fair amount of work remaining to make full use of stereo correlated features, but this is a good starting point.&lt;br&gt;
&lt;br&gt;
More firmware details found on the &lt;a href=&quot;http://www.surveyor.com/cgi-bin/yabb2/YaBB.pl?num=1248632919&quot; target=&quot;_top&quot;&gt;Surveyor Robotics Forum&lt;/a&gt;.&lt;br&gt; (Posted Sun, 26 Jul 2009 14:43)</description>
  </item>
  <item>
    <title>In the works ... - 30 Jun 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/06/30#223</link>
    <description>&lt;br&gt;
We haven't posted much development news lately, but there are several significant projects that should soon see the light of day ...&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;onboard depth mapping for the SVS (stereo vision system) - we have a port in the works of Bob Mottram's &lt;a href=&quot;http://code.google.com/p/sentience/wiki/SurveyorSVS&quot; target=&quot;_top&quot;&gt;Sentience stereo vision code&lt;/a&gt; to the SRV-1 Blackfin processors.  this is a feature-based mapping approach that computes distances to various object features in the overlapping stereo cameras fields of view.  the project is progressing nicely, and we hope to make a firmware update with this capability available soon.&lt;br&gt;
&lt;br&gt;
&lt;li&gt;GPS + compass + tilt + 8-channel A/D board - we have working prototypes of the new version with uBlox5 gps and new 3-axis Honeywell compass, with I2C interfaces to all onboard devices.  once we have nailed down a production schedule for these modules, details will be posted.  production prototype photos here (final pcb will be red):&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/srv1-nav-top0628.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/srv1-nav-bottom0628.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;li&gt;optical flow - we have integrated some optical flow functions into the core SRV-1 firmware, and just need to create a graphical display of results and some functions in picoC to access the vector data.  this should emerge in a few weeks in a firmware release.&lt;br&gt;
&lt;br&gt;
&lt;li&gt;autorun function for picoC - we have a tested version of code which enables the SRV-1 to launch directly into a picoC script from flash storage on system startup, and just need to generate a release version of firmware that includes this feature.&lt;br&gt;
&lt;br&gt;
&lt;li&gt;ruggedized robot base - &lt;a href=&quot;http://www.inertialabs.com&quot; target=&quot;_top&quot;&gt;Inertia Labs&lt;/a&gt; has developed several prototypes of larger SRV-1 robot bases with 4WD, planetary gearhead motors, shaft encoders, larger battery, etc.  we don't have a production schedule or pricing yet, but these new bases look GREAT, and we look forward to getting them into production.  here's a photo of the latest prototype with SVS and pan/tilt head:&lt;br&gt;&lt;br&gt; &lt;img src=&quot;http://www.surveyor.com/images/srv1x-0628a-500.jpg&quot;&gt;
&lt;/ul&gt; (Posted Tue, 30 Jun 2009 12:53)</description>
  </item>
  <item>
    <title>Carnegie Mellon &quot;RoboGuard&quot; - 28 Jun 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/06/28#222</link>
    <description>&lt;br&gt;
&quot;RoboGuard&quot; is a project at Carnegie Mellon University using the SRV-1 Blackfin robot as a development platform for automation of security personnel personnel functions.  A variety of sensors have been added to the base SRV-1, including:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;IR based line following
&lt;li&gt;Motion detection
&lt;li&gt;Compass
&lt;li&gt;RFID reader
&lt;li&gt;Battery monitoring
&lt;/ul&gt;
The project is can be accessed on Google Code - &lt;a href=&quot;http://code.google.com/p/roboguard/&quot; target=&quot;_top&quot;&gt;http://code.google.com/p/roboguard/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Video of a test run is shown here:&lt;br&gt;
&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/9ow2I0Ez7sU&amp;hl=en&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/9ow2I0Ez7sU&amp;hl=en&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;br&gt; (Posted Sun, 28 Jun 2009 14:26)</description>
  </item>
  <item>
    <title>Status of new SRV-1 RCM 20 servos / 16 analog in / 16 gpio / micro-SD expansion board - 25 Jun 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/06/25#221</link>
    <description>&lt;br&gt;
The &lt;a href=&quot;http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/04/21#210&quot; target=&quot;_top&quot;&gt;SRV-1 RCM expansion board&lt;/a&gt; has gone into production.  An initial batch of 100 boards has been ordered with delivery scheduled for end of July, though 50 boards have already been allocated.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/rcm-top.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/rcm-bottom.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
Schematics are found here -&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.surveyor.com/blackfin/SRV1-RCMsch-p1.pdf&quot;&gt;RCM schematic - part 1&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.surveyor.com/blackfin/SRV1-RCMsch-p2.pdf&quot;&gt;RCM schematic - part 2&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.surveyor.com/blackfin/SRV1-RCMsch-p3.pdf&quot;&gt;RCM schematic - part 3&lt;/a&gt;
&lt;/ul&gt;
Preliminary user guide is found here -&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.surveyor.com/blackfin/SRV1-RCMUserGuide.pdf&quot;&gt;RCM User Guide&lt;/a&gt;
&lt;/ul&gt;
The RCM has been priced at $175 ($157.50 to education customers).  If interested in ordering, please contact &lt;a href=&quot;mailto:support@surveyor.com?subject=RCM Expansion Board&quot;&gt;support@surveyor.com&lt;/a&gt;.  As noted above, only 50 boards are currently available from this initial batch.
&lt;br&gt; (Posted Thu, 25 Jun 2009 10:23)</description>
  </item>
  <item>
    <title>Surveyor + RoboRealm bundle ! - 12 Jun 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/06/12#220</link>
    <description>&lt;br&gt;
Starting next week, we will begin bundling CDROM's with a registered version of &lt;a href=&quot;http://www.roborealm.com/&quot; target=&quot;_top&quot;&gt;RoboRealm&lt;/a&gt; robotic vision software at no additional cost (an $89 value) with purchases of the Surveyor &lt;a href=&quot;http://surveyor-corporation.stores.yahoo.net/srrowestkit.html&quot; target=&quot;_top&quot;&gt;SRV-1 Blackfin Robot&lt;/a&gt;, &lt;a href=&quot;http://surveyor-corporation.stores.yahoo.net/srblcawi.html&quot; target=&quot;_top&quot;&gt;SRV-1 Blackfin Camera + Wifi&lt;/a&gt;, and &lt;a href=&quot;http://surveyor-corporation.stores.yahoo.net/srblstca.html&quot; target=&quot;_top&quot;&gt;SVS stereo vision system&lt;/a&gt; from the &lt;a href=&quot;http://surveyor-corporation.stores.yahoo.net/&quot; target=&quot;_top&quot;&gt;Surveyor online store&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.surveyor.com/images/roborealmCD.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
RoboRealm has been customized for the Surveyor robot controllers, and they have introduced a series of tutorials for the Surveyor robots and controllers called &lt;a href=&quot;http://www.roborealm.com/tutorial/Fun_with_Surveyor/slide010.php&quot; target=&quot;_top&quot;&gt;&quot;Fun with Surveyor&quot;&lt;/a&gt;.  The tutorials include keyboard driving, joystick driving, chasing a light, chasing a red ball, chasing movement, finding a target, and following lines.&lt;br&gt;
&lt;br&gt;
Target finding:&lt;br&gt;
&lt;img src =&quot;http://www.roborealm.com/tutorial/Fun_with_Surveyor/bullseye_target.jpg&quot;&gt;&lt;br&gt;
&lt;img src=&quot;http://www.roborealm.com/tutorial/Fun_with_Surveyor/bullseye_threshold.gif&quot;&gt;&lt;br&gt;
&lt;img src=&quot;http://www.roborealm.com/tutorial/Fun_with_Surveyor/bullseye_cog.gif&quot;&gt;&lt;br&gt;
&lt;br&gt;
Line following:&lt;br&gt;
&lt;img src=&quot;http://www.roborealm.com/tutorial/Fun_with_Surveyor/Line_Following_Raw.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.roborealm.com/tutorial/Fun_with_Surveyor/Line_Following_Point.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
Visit &lt;a href=&quot;http://www.roborealm.com/tutorial/Fun_with_Surveyor/slide010.php&quot; target=&quot;_top&quot;&gt;&quot;Fun with Surveyor&quot;&lt;/a&gt; for more details.&lt;br&gt; (Posted Fri, 12 Jun 2009 20:00)</description>
  </item>
  <item>
    <title>Some price increases on Monday, June 15 - 11 Jun 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/06/11#219</link>
    <description>&lt;br&gt;
Due in large part to the falling US dollar, we need to make a few pricing adjustments.  Effective Monday, June 15, 2009, the following price changes will take effect:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;SRV-1 Blackfin Robot - $495 (up from $475)
&lt;li&gt;SRV-1 Blackfin Camera + Wifi - $350 (up from $325)
&lt;/ul&gt;
Other prices are unchanged (e.g. the SVS will remain at $550).  If you already have a quote from Surveyor for a future order, your prices on that order will be unchanged.  New orders received before Monday will receive old pricing, even if delivery is post-June 15. Also, academic discount rates remain unchanged.  If you have any questions about pricing, please email &lt;a href=&quot;mailto:support@surveyor.com&quot;&gt;support@surveyor.com&lt;/a&gt;.
&lt;br&gt; (Posted Thu, 11 Jun 2009 23:52)</description>
  </item>
  <item>
    <title>We now have a &lt;a href=&quot;http://twitter.com/surveyorcorp&quot; target=&quot;_top&quot;&gt;twitter&lt;/a&gt; feed - 01 Jun 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/06/01#218</link>
    <description>&lt;br&gt;
&lt;a href=&quot;http://twitter.com/surveyorcorp&quot; target=&quot;_top&quot;&gt;
&lt;img src=&quot;http://assets0.twitter.com/images/twitter_logo_header.png&quot; border=&quot;0&quot;&gt;&lt;br&gt;
twitter.com/surveyorcorp&lt;br&gt;
&lt;/a&gt; (Posted Mon, 01 Jun 2009 12:29)</description>
  </item>
  <item>
    <title>Updated version of software-based horizon finder for SRV-1 Blackfin camera - 22 May 2009</title>
    <link>http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/05/22#217</link>
    <description>&lt;br&gt;
Here's an updated version of the software-based horizon finder for SRV-1 Blackfin. An actual slope and intercept is now being computed, and some filtering has been added ...&lt;br&gt;
&lt;br&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/46gtkT7GVKs&amp;hl=en&amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/46gtkT7GVKs&amp;hl=en&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt; (Posted Fri, 22 May 2009 18:22)</description>
  </item>
  </channel>
</rss>