Surveyor Robotics Journal |
|||||
|
email:
web:
rss: Archives |
Thu, 28 Jan 2010 RoboPatriots humanoid soccer players for RoboCup using Surveyor SVS Blackfin - The Autonomous Robotics Laboratory of George Mason University has fielded a team, RoboPatriots, for the RoboCup humanoid league, 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. 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. 2010 Robot Specs:
Posted Thu, 28 Jan 2010 14:40 | HTML Link | see additional stories ... Mon, 18 Jan 2010Inertia Labs introduces Renegade SRV all-terrain robot - Our manufacturing partner Inertia Labs 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. The Renegade SRV 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" 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. ![]() Technical details and order information are found here - Renegade SRV. Posted Mon, 18 Jan 2010 17:25 | HTML Link | see additional stories ... Sat, 16 Jan 2010New blob tracking display feature added to SRV-1 Blackfin firmware - 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. Forum discussion is found here. Posted Sat, 16 Jan 2010 14:32 | HTML Link | see additional stories ... Mon, 04 Jan 2010Large treaded robot with SRV-1 Blackfin controller - Inertia Labs 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 Inertia Labs Posted Mon, 04 Jan 2010 20:50 | HTML Link | see additional stories ... Tue, 22 Dec 2009Solution for Surveyor SRV-1 via iPhone (also EDGE) - EWE Software has added SRV-1 robot control via iPhone or iPod Touch to their Befree4iPhone remote control program. The software is a freeware, downloaded from www.ewe-software.com/download.html, and it requires no iPhone modification or iPhone market download. Further discussion of the Befree4iPhone is found on the Surveyor Robotics Forum. Posted Tue, 22 Dec 2009 12:53 | HTML Link | see additional stories ... Tue, 08 Dec 2009Excellent tutorial on the Surveyor SVS (stereo vision system) AForge.NET 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 - http://www.surveyor.com/cgi-bin/robot_journal.cgi/2009/11/05#238. ![]() 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 - http://www.aforgenet.com/articles/svs_start/ Posted Tue, 08 Dec 2009 13:02 | HTML Link | see additional stories ... Thu, 03 Dec 2009Bat-tek Project Bat-teK 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. Posted Thu, 03 Dec 2009 13:35 | HTML Link | see additional stories ... Mon, 30 Nov 2009First production SRV-4WD motor controllers shipped to test sites 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. Most of the first boards have been committed to new robots being built by Inertia Labs - ![]() 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 support@surveyor.com. Posted Mon, 30 Nov 2009 19:43 | HTML Link | see additional stories ... Mon, 16 Nov 2009TUlip humanoid soccer robot with Surveyor SVS Blackfin (stereo vision system) We just received these videos from Team EINDroid Humanoid Robotics of the 3TU, a cooperation of the Netherlands technical universities of Eindhoven, Delft & Twente. 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. Posted Mon, 16 Nov 2009 09:58 | HTML Link | see additional stories ... Sat, 14 Nov 2009Web-based "Admin" interface for SRV-1 Blackfin & SVS robot controllers Extending the direct web interface to SRV-1 Blackfin and SVS we recently introduced, 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 & file upload mechanism using XMODEM with Teraterm, lsz, etc, will recognize this as a significant enhancement. Here is an example of the browser interface after selecting the srv1.ldr firmware image to upload: ![]() and the browser display after upload has completed: ![]() 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 code.google.com. 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. Posted Sat, 14 Nov 2009 11:46 | HTML Link | see additional stories ... Thu, 05 Nov 2009New C# framework for machine vision and robotics adds support for Surveyor SRV-1 and SVS Blackfin systems AForge.NET 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). Several sample applications are provided for the SRV-1 and SVS. The following screenshot demonstrates usage of AForge.Robotics.Surveyor 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. ![]() The following demonstrates AForge.Robotics.Surveyor 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. ![]() AForge.NET is extensively documented and well worth investigating. Posted Thu, 05 Nov 2009 19:33 | HTML Link | see additional stories ... Sat, 24 Oct 2009Feature article on Surveyor SVS (stereo vision system) in Nov/Dec Robot Magazine The latest issue of Robot Magazine has an excellent in-depth five page review of the Surveyor SVS, starting on page 30. ![]() 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, "The SRV-1 and its most recent incarnation, the SVS, can best be characterized as a very sophisticated and evolving toolkit for vision experimentation". His conclusions are right on the money as well, though you will have to read the article to find out what he wrote. ![]() Posted Sat, 24 Oct 2009 20:04 | HTML Link | see additional stories ... Wed, 14 Oct 2009New tool for SRV-1 Blackfin color blob searches There is a new C library for AVR processors called "WebbotLib" 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, as described here. ![]() ![]() 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 "red" 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. Note that WebbotLib is an open source project - sourceforge.net/projects/webbotavrclib Posted Wed, 14 Oct 2009 12:54 | HTML Link | see additional stories ... Sat, 10 Oct 2009Embedded Stereo Correspondence on the Surveyor SVS Blackfins Just posted on The Streeb-Greebling Diaries, this is a very helpful explanation and demonstration of stereo correspondence on the Surveyor SVS (stereo vision system) based on code from the Sentience Project. =========================================== 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. There is some "pollution" 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 sensor models and used to update an occupancy grid then this tends to cancel out with repeated overlapping observations. 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. Posted Sat, 10 Oct 2009 09:34 | HTML Link | see additional stories ... Thu, 08 Oct 2009Direct interface to SRV-1 Blackfin / SVS from browsers and smart phones (iPhone, Google Android, etc) - As first discussed last month, 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. ![]() ![]() 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. Posted Thu, 08 Oct 2009 12:11 | HTML Link | see additional stories ... Sat, 26 Sep 2009Update on the new 4WD motor controller - ![]() ![]() We have working prototypes of the ARM7-based 4WD motor controller for next-generation Surveyor Blackfin robots as previously discussed here. 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. Posted Sat, 26 Sep 2009 22:04 | HTML Link | see additional stories ... Sat, 12 Sep 2009Finally - the navigation board is shipping ! We teamed up with another company - Ryan Mechatronics - to get the new navigation board into production. We will be carrying other Ryan Mechatronics products, including an AHRS, in the future ! 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" x 2.25" (35mm x 60mm). Weight is 0.7oz (20gm). Mounting holes are on 1" x 2" centers. Online orders here - surveyor-corporation.stores.yahoo.net/srnabo.html ![]() ![]() Posted Sat, 12 Sep 2009 16:41 | HTML Link | see additional stories ... Tue, 08 Sep 2009HTTPD experiment - a web app approach to smart phone (e.g. iPhone) robot control 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. ![]() 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 - <img src="data:image/jpeg;base64,$$camera$$" width=320 height=240 usemap="#map1" /> which shows how the jpeg frame from the robot is embedded in the web page. 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. =============================================== <html> <head> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"> <script language="JavaScript"> <!-- var time = null function refresh() { window.location.reload(); } setTimeout('refresh()', 333) //--> </script> <title>SRV-1 Robot</title> </head> <body> <map name="map1"> <area href="/robot.cgi?l" alt="laser on" shape=rect coords="1, 1, 25, 120"> <area href="/robot.cgi?L" alt="laser off" shape=rect coords="296, 1, 320, 120"> <area href="/robot.cgi?+" alt="faster" shape=rect coords="1, 121, 25, 240"> <area href="/robot.cgi?-" alt="slower" shape=rect coords="296, 121, 320, 240"> <area href="/robot.cgi?4" alt="left" shape=rect coords="26, 1, 100, 80"> <area href="/robot.cgi?8" alt="forward" shape=rect coords="101, 1, 220, 80"> <area href="/robot.cgi?6" alt="right" shape=rect coords="221, 1, 295, 80"> <area href="/robot.cgi?0" alt="spin left" shape=rect coords="26, 81, 100, 160"> <area href="/robot.cgi?5" alt="stop" shape=rect coords="101, 81, 220, 160"> <area href="/robot.cgi?." alt="spin right" shape=rect coords="221, 81, 295, 160"> <area href="/robot.cgi?1" alt="back left" shape=rect coords="26, 161, 100, 240"> <area href="/robot.cgi?2" alt="back" shape=rect coords="101, 161, 220, 240"> <area href="/robot.cgi?3" alt="back right" shape=rect coords="221, 161, 295, 240"> </map> <img src="data:image/jpeg;base64,$$camera$$" width=320 height=240 usemap="#map1" /> <br> <a href="/index.html">reload</a> <br> </body> </html> =============================================== This is approximately how the image map is configured based on the above HTML code - ![]() 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. This code has been posted to code.google.com/p/surveyor-srv1-firmware/. There is not yet a zip download version. You can track progress on this project on the Surveyor Robotics Forum. Posted Tue, 08 Sep 2009 14:12 | HTML Link | see additional stories ... Mon, 07 Sep 2009Now offering choice of OV7725 low-light VGA or OV9655 SXGA camera with all SRV-1 / SVS controllers As first discussed here, 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. ![]() 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. Posted Mon, 07 Sep 2009 12:46 | HTML Link | see additional stories ... Sat, 22 Aug 2009RCM expansion boards for SRV-1 Blackfin now shipping The RCM expansion boards with interfaces for 20 servos, 16 A/D, 16 GPIO and microSD are now shipping. The boards can be ordered here: Surveyor Online Store. One of the RCM developers made a short video of the RCM exercising 20 servos simultaneously: Posted Sat, 22 Aug 2009 13:06 | HTML Link | see additional stories ... iPhone console for SRV-1 / SVS Blackfin now on Google Code 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: http://code.google.com/p/iphone-srv/ ![]() 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. ![]() A full discussion of the project is found here on the Surveyor Robotics Forum: Controlling SRV-1 with iPhone Posted Sat, 22 Aug 2009 12:45 | HTML Link | see additional stories ... Mon, 10 Aug 2009New 4WD motor controller in the works - 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 - ![]() 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. The result of this exercise has been the design of a new motor controller, currently designated "srv-4wd-v1". 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. ![]() Board size is 1.5"x2.5" with 1"x2" 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. Posted Mon, 10 Aug 2009 11:25 | HTML Link | see additional stories ... Wed, 05 Aug 2009Model-free Learning and Control in a Mobile Robot Sandia National Labs' Biologically Inspired Brain Project (BECCA), first described here, is being presented at ICNC/FSKD 09 conference in Tianjin, China. A copy of the paper is found here - Slearning.pdf Here is the abstract from the presentation - Posted Wed, 05 Aug 2009 10:24 | HTML Link | see additional stories ... SRV-1 RCM Expansion Board now available to order ![]() We are now taking orders for the RCM expansion board (20 servo, 16 A/D, 16 GPIO, microSD), as previously discussed here: Price is $175, with 10% discount for orders placed by education institutions. Order details are found on the Surveyor Online Store. 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. Posted Wed, 05 Aug 2009 09:54 | HTML Link | see additional stories ... Sun, 26 Jul 2009First test release of stereo feature detection code built into SVS Blackfin firmware 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 Sentience stereo vision code. 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. More firmware details found on the Surveyor Robotics Forum. Posted Sun, 26 Jul 2009 14:43 | HTML Link | see additional stories ... Tue, 30 Jun 2009In the works ... We haven't posted much development news lately, but there are several significant projects that should soon see the light of day ...
Posted Tue, 30 Jun 2009 12:53 | HTML Link | see additional stories ... Sun, 28 Jun 2009Carnegie Mellon "RoboGuard" "RoboGuard" 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:
Video of a test run is shown here: Posted Sun, 28 Jun 2009 14:26 | HTML Link | see additional stories ... Thu, 25 Jun 2009Status of new SRV-1 RCM 20 servos / 16 analog in / 16 gpio / micro-SD expansion board The SRV-1 RCM expansion board 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. ![]() ![]() Schematics are found here - Preliminary user guide is found here - The RCM has been priced at $175 ($157.50 to education customers). If interested in ordering, please contact support@surveyor.com. As noted above, only 50 boards are currently available from this initial batch. Posted Thu, 25 Jun 2009 10:23 | HTML Link | see additional stories ... Fri, 12 Jun 2009Surveyor + RoboRealm bundle ! Starting next week, we will begin bundling CDROM's with a registered version of RoboRealm robotic vision software at no additional cost (an $89 value) with purchases of the Surveyor SRV-1 Blackfin Robot, SRV-1 Blackfin Camera + Wifi, and SVS stereo vision system from the Surveyor online store. ![]() RoboRealm has been customized for the Surveyor robot controllers, and they have introduced a series of tutorials for the Surveyor robots and controllers called "Fun with Surveyor". The tutorials include keyboard driving, joystick driving, chasing a light, chasing a red ball, chasing movement, finding a target, and following lines. Target finding: ![]() ![]() ![]() Line following: ![]() ![]() Visit "Fun with Surveyor" for more details. Posted Fri, 12 Jun 2009 20:00 | HTML Link | see additional stories ... Thu, 11 Jun 2009Some price increases on Monday, June 15 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:
Posted Thu, 11 Jun 2009 23:52 | HTML Link | see additional stories ... Mon, 01 Jun 2009We now have a twitter feed ![]() twitter.com/surveyorcorp Posted Mon, 01 Jun 2009 12:29 | HTML Link | see additional stories ... Fri, 22 May 2009Updated version of software-based horizon finder for SRV-1 Blackfin camera 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 ... Posted Fri, 22 May 2009 18:22 | HTML Link | see additional stories ... Wed, 20 May 2009Nintendo DS control console for SRV-1 Blackfin Peter Dove has written a nice tutorial on how to control the Surveyor SRV-1 Blackfin Camera from a Nintendo DS game console. He is using DevKitPro to build the NDS application, generating the SRV-1 commands as defined in the SRV_protocol, and using a JPEG decode library on the NDS to display the live video feed from the SRV-1, similar to what we did for the SRV-1 control console for the Google Android G1 phone. Full NDS / SRV-1 project details are found here - http://roboticjourney.blogspot.com/ Posted Wed, 20 May 2009 15:26 | HTML Link | see additional stories ... Sat, 16 May 2009Software based horizon finder for SRV-1 Blackfin camera Noting the interesting discussion about optical flow and horizon finders in this DIYdrones thread, we undertook to add a simple horizon finder to the SRV-1 Blackfin Camera firmware. The algorithm uses a basic edge detection function that is already build into the SRV-1, dividing the image into 16 columns and searching from top-to-bottom for first edge hits. From the video, it appears that the edge threshold could be set a bit lower, but the results are pretty good without any tuning or filtering. The Google Code project is here - http://code.google.com/p/surveyor-srv1-firmware/ . Next step is to add a least-squares fit to draw a line through the edge segments, then compute pitch and roll angles based on the line slope and intercept. Posted Sat, 16 May 2009 13:29 | HTML Link | see additional stories ... Wed, 13 May 2009Update to Delphi SRV-1/SVS console for Windows There have been major additions to Andrew Hutchison's DelphiSRV console for Windows users of the SRV-1 and SVS. ![]() Besides fully stereo viewing support and customizable command keys, he has added full support for i2c devices: ![]() and an especially nice edit mode for onboard C interpreter programs: ![]() The DelphiSRV console can be downloaded from www.surveyor.com/stereo/DelphiSRV.zip Posted Wed, 13 May 2009 13:08 | HTML Link | see additional stories ... |
||||