Surveyor Robotics Journal
   



email: support@surveyor.com

Surveyor Corporation home page

Subscribe to a syndicated RSS feed.

Subscribe with Bloglines

Archives
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

       
Sat, 17 Feb 2007

update for Python-based console for SRV-1 (pySRV1Console.py)

We figured out two of the remaining problems with pySRV1Console:
  • On the PC, the py2exe conversion of pySRV1Console.py to pySRV1Console.exe created serial interface issues, so you need to install Python version 2.4 or 2.5 on your PC and run pySRV1Console.py directly from Python. In any case, it is good to install Python on your PC - Python is a very cool language, and you'll need a full installation to run Pyro (Python Robotics - http://pyrorobotics.org)

  • On the PPC Macs, there was a byte-ordering problem that caused really large timeouts between frames. Now that this is fixed, the frame rate of pySRV1Console is comparable to the Java SRV1Console performance.
Here's the new download link:

      pySRV1Console-021707.zip (110kb)

If you don't already have Python installed on your system, or if you are running a version prior to 2.4, you should download the Python installer from http://www.python.org/download/.

On systems that already have Python installed, the only additional module you need to install is pySerial, which is downloaded from
http://pyserial.sourceforge.net.

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

      python pySRV1Console.py -com COM4   (e.g. on your PC with USB radio on COM4)
                  or

      python pySRV1Console.py -com /dev/cu.SLAB_USBtoUART   (e.g. on your PPC Mac)

Once it's running, the main console page is accessed via your browser at:

      http://localhost:8888/view.html



This version seems to be working quite well, but please report any issues to support@surveyor.com or post on the Surveyor Robotics Forum.

Posted Sat, 17 Feb 2007 12:04 | HTML Link | see additional stories ...