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

       
Fri, 23 Apr 2010

"NAMO" - Mascot robot for Institute for Field Robotics with SRV-1 Blackfin

"NAMO" was built as a mascot robot for The Institute of FIeld roBOtics at KMUTT (FIBO) in Thailand. It sports a three-wheel omni-directional wheel system, two arms, and an SRV-1 Blackfin camera vision system.



More information is found here. Thanks to John Palmisano of Society of Robots for telling us about this project.

Posted Fri, 23 Apr 2010 12:16 | HTML Link | see additional stories ...

Wed, 21 Apr 2010

SRV-1q Mod for Surveillance

One of our robot users at University of Malaga has developed a very nice mod of the SRV-1q robot to support surveillance applications.



The casing which is positioned by tilt servo is made of PVC. The electronics have been inverted, as seen here:



A full description of the mod is found here.. Translation for the description from Spanish to English is found here.

Posted Wed, 21 Apr 2010 11:13 | HTML Link | see additional stories ...

Thu, 01 Apr 2010

Surveyor programming interfaces (API's)

There are several control options for the SRV-1 / SVS, and it isn't always obvious what approach might be best. Here's a summary:
  • SRV_protocol: this is the control interface we have provided since the earliest of our SRV-1 robots, and while we continue to add new functions, the core functionality remains the same - mainly ASCII-based commands to access motors, sensors, on-board processing, and system configuration. Through this interface, we directly support four different console programs as well as a variety of third-party and user-developed consoles:

  • SRV HTTP: this uses the browser as the robot control console, and generally works with smart phones as well as full-sized computers. Almost all of the functions accessed via SRV_protocol are available through the HTTP interface.

  • picoC: this is the onboard C-interpreter that enables programming the SRV-1/SVS for fully autonomous behaviors. Most of the SRV_protocol functions are available under program control with ANSI-C syntax.
There is another option of extending the firmware functionality by modifying source code. The firmware is hosted as an open-source Google Code project - http://code.google.com/p/surveyor-srv1-firmware/, with compiler toolchains found on our website - see http://www.surveyor.com/blackfin/#blackfin4.

Posted Thu, 01 Apr 2010 18:11 | HTML Link | see additional stories ...