Surveyor Robotics Journal
   



email:
support@surveyor.com

web:
Surveyor Corporation

rss:
Subscribe

Archives
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
Februray 2006
January 2006

       
Mon, 11 Dec 2006

New Python-based SRV1Console for SRV-1

We've created a Python-based version of the SRV1Console with some added features, including the ability to edit the flash memory, check the firmware version, run the firmware update program, and test the image processing functions. Here is the download link -

      pySRV1Console-121106.zip (3.6MB)

At the moment, the displayed video frame rate is somewhat lower than the java version of SRV1Console, and the image processing commands still need some work, but this console is a *lot* easier to extend than the Java version, and we should be able to resolve the performance issues.





If you want to run from source (SRV1Console.py), you'll need Python 2.4 and the PySerial package (http://pyserial.sourceforge.net/).

If you have Python installed, the console is started with:

      python SRV1Console.py -com /dev/cu.SLAB_USBtoUART
or
      python SRV1Console.py -com COM4

If you don't have Python installed, there's an SRV1Console.exe which should run on Windows without any Python libraries installed. The command line parameters are the same as the Java SRV1Console, with one addition: '-com' to specify the com port string:

      SRV1Console -com COM4

Once it's running, the main console page is:

      http://localhost:8888/view.html

Note that at the moment, the video may work only in Firefox, and the vision features are currently incomplete - the srv_command() JavaScript function replaces the strings 'x1', 'x2', 'y1' and 'y2' with the corresponding box coordinates, but we haven't fully tested the sending/receiving of vision commands to/from the SRV-1.

We'll set up a discussion/troubleshooting thread in the Software section of the Surveyor Robotics Forum

Posted Mon, 11 Dec 2006 14:25 | HTML Link | see additional stories ...