My favorites | Sign in
Logo
                
Details: Show all Hide all

Last 7 days

  • Dec 10, 2009
    r104 (* added support for floats via libbffastfp and printf() ) committed by surveyor.com   -   * added support for floats via libbffastfp and printf()
    * added support for floats via libbffastfp and printf()

Last 30 days

  • Nov 29, 2009
    r103 (small fix for SRV1 laser pointer control via HTTP ) committed by surveyor.com   -   small fix for SRV1 laser pointer control via HTTP
    small fix for SRV1 laser pointer control via HTTP
  • Nov 23, 2009
    r102 (* fix for httpd.c /robot.cgi?m motor controls ) committed by surveyor.com   -   * fix for httpd.c /robot.cgi?m motor controls
    * fix for httpd.c /robot.cgi?m motor controls
  • Nov 21, 2009
    r101 (* changed HTTP interface to support various motor drives, e....) committed by surveyor.com   -   * changed HTTP interface to support various motor drives, e.g. GET /robot.cgi?m55 HTTP/1.1 sets SRV-1 robot motors to stop. GET /robot.cgi?m91 HTTP/1.1 causes SRV-1 to spin right at full power. '9' yields max forward power, '1' yields max reverse power. 'm' indicates SRV-1q, 's' indicates ppm ESC (servo signals), 'x' indicates SRV-4WD controller
    * changed HTTP interface to support various motor drives, e.g. GET /robot.cgi?m55 HTTP/1.1 sets SRV-1 robot motors to stop. GET /robot.cgi?m91 HTTP/1.1 causes SRV-1 to spin right at full power. '9' yields max forward power, '1' yields max reverse power. 'm' indicates SRV-1q, 's' indicates ppm ESC (servo signals), 'x' indicates SRV-4WD controller

Earlier this year

  • Nov 17, 2009
    r100 (some tidying up) committed by fuzzgun   -   some tidying up
    some tidying up
  • Nov 15, 2009
    r99 (bug fix + increased resolution on row sums = less noise) committed by fuzzgun   -   bug fix + increased resolution on row sums = less noise
    bug fix + increased resolution on row sums = less noise
  • Nov 15, 2009
    r98 (ordering constraint within the right image) committed by fuzzgun   -   ordering constraint within the right image
    ordering constraint within the right image
  • Nov 10, 2009
    srv-blackfin-111009.zip (picoC v0.93 release; http admin page now works with Firefox...) file uploaded by surveyor.com   -  
    Labels: Featured
    Labels: Featured
  • Nov 09, 2009
    r97 (* updated picoC to 0.93 release version * fixed firmware up...) committed by surveyor.com   -   * updated picoC to 0.93 release version * fixed firmware upload using HTTP POST in httpd.c. Upload works from Firefox, Chrome, Safari and IE
    * updated picoC to 0.93 release version * fixed firmware upload using HTTP POST in httpd.c. Upload works from Firefox, Chrome, Safari and IE
  • Nov 08, 2009
    r96 (* update picoC to release version 0.93 ) committed by surveyor.com   -   * update picoC to release version 0.93
    * update picoC to release version 0.93
  • Nov 07, 2009
    r95 (* moved the reset button on httpd admin page ) committed by surveyor.com   -   * moved the reset button on httpd admin page
    * moved the reset button on httpd admin page
  • Nov 07, 2009
    r94 (* changed back to earlier version of index.html until we can...) committed by surveyor.com   -   * changed back to earlier version of index.html until we can lock the display aspect ratio * made some minor format changes in httpd.c
    * changed back to earlier version of index.html until we can lock the display aspect ratio * made some minor format changes in httpd.c
  • Nov 07, 2009
    r93 (image and buttons scale to screen size) committed by fuzzgun   -   image and buttons scale to screen size
    image and buttons scale to screen size
  • Nov 07, 2009
    r92 (mapping can be dissabled with SVS_ENABLE_MAPPING within ster...) committed by fuzzgun   -   mapping can be dissabled with SVS_ENABLE_MAPPING within stereo.h, which reduces code size
    mapping can be dissabled with SVS_ENABLE_MAPPING within stereo.h, which reduces code size
  • Nov 05, 2009
    srv-blackfin-110509.zip (picoC v0.93beta, fix for uBlox GPS issues, new "$c&quot...) file uploaded by surveyor.com   -  
    Labels: Featured
    Labels: Featured
  • Nov 05, 2009
    r91 (* fixed I2C timing for 5H and 5S types of uBlox5 GPS modules...) committed by surveyor.com   -   * fixed I2C timing for 5H and 5S types of uBlox5 GPS modules * added $c command to read raw data from HMC5843 3-axis compass * fixed firmware upload using HTTP POST in httpd.c. Upload works from Chrome and Safari, but still has issues with Firefox
    * fixed I2C timing for 5H and 5S types of uBlox5 GPS modules * added $c command to read raw data from HMC5843 3-axis compass * fixed firmware upload using HTTP POST in httpd.c. Upload works from Chrome and Safari, but still has issues with Firefox
  • Nov 01, 2009
    r90 (some scripts for uploading camera calibration parameters. T...) committed by fuzzgun   -   some scripts for uploading camera calibration parameters. These might become obsolete with the new web based uploader.
    some scripts for uploading camera calibration parameters. These might become obsolete with the new web based uploader.
  • Oct 31, 2009
    r89 (merges latest picoC changes with SRV-1/SVS codebase. picoC ...) committed by surveyor.com   -   merges latest picoC changes with SRV-1/SVS codebase. picoC 0.93beta is not yet a formal release, so this is for testing purposes.
    merges latest picoC changes with SRV-1/SVS codebase. picoC 0.93beta is not yet a formal release, so this is for testing purposes.
  • Oct 26, 2009
    r88 (another change to simplify memcpy2() ) committed by surveyor.com   -   another change to simplify memcpy2()
    another change to simplify memcpy2()
  • Oct 26, 2009
    r87 (added fast version of memcpy() called memcpy2() for stereo p...) committed by surveyor.com   -   added fast version of memcpy() called memcpy2() for stereo processing
    added fast version of memcpy() called memcpy2() for stereo processing
  • Oct 25, 2009
    srv-blackfin-102509.zip (proposed fix for picoC problems; test version of HTTP POST ...) file uploaded by surveyor.com   -  
    Labels: Featured
    Labels: Featured
  • Oct 25, 2009
    r86 (* changed memcpy() to fix possible problem in picoC, httpd a...) committed by surveyor.com   -   * changed memcpy() to fix possible problem in picoC, httpd and xmodem * added HTTP POST method for upload of files - somewhat browser dependent at the moment, so still work-in-progress
    * changed memcpy() to fix possible problem in picoC, httpd and xmodem * added HTTP POST method for upload of files - somewhat browser dependent at the moment, so still work-in-progress
  • Oct 22, 2009
    r85 (combined mean luminance and horizontal gradient) committed by fuzzgun   -   combined mean luminance and horizontal gradient
    combined mean luminance and horizontal gradient
  • Oct 21, 2009
    r84 (there is no need to compute descriptors for horizontally ori...) committed by fuzzgun   -   there is no need to compute descriptors for horizontally oriented features
    there is no need to compute descriptors for horizontally oriented features
  • Oct 17, 2009
    r83 (reduced commitment when matching features) committed by fuzzgun   -   reduced commitment when matching features
    reduced commitment when matching features
  • Oct 17, 2009
    r82 (* small fix to new vjpeg() function in picoC ) committed by surveyor.com   -   * small fix to new vjpeg() function in picoC
    * small fix to new vjpeg() function in picoC
  • Oct 17, 2009
    r81 (* changed timing for ublox gps_parse() * added support for ...) committed by surveyor.com   -   * changed timing for ublox gps_parse() * added support for prototype SRV-4WD motor controller ('x' command) * changed uart0_init() and uart1_init() to pass baudrate as a parameter instead of relying upon #DEFINE's in config.h * added vjpeg() and vsend() functions to compress and transmit a JPEG frame from picoC. used in conjunction with vcap(), the sequence vcap(); int size = vjpeg(int quality); vsend(size); will capture and send a JPEG frame via UART0 / matchport without any additional headers
    * changed timing for ublox gps_parse() * added support for prototype SRV-4WD motor controller ('x' command) * changed uart0_init() and uart1_init() to pass baudrate as a parameter instead of relying upon #DEFINE's in config.h * added vjpeg() and vsend() functions to compress and transmit a JPEG frame from picoC. used in conjunction with vcap(), the sequence vcap(); int size = vjpeg(int quality); vsend(size); will capture and send a JPEG frame via UART0 / matchport without any additional headers
  • Oct 14, 2009
    srv-blackfin-101409.zip (Some small changes to httpd code; fix for bug in 'vb' blob s...) file uploaded by surveyor.com   -  
    Labels: Featured
    Labels: Featured
  • Oct 14, 2009
    r80 (Minor changes to httpd.c and index.html ) committed by surveyor.com   -   Minor changes to httpd.c and index.html
    Minor changes to httpd.c and index.html
  • Oct 13, 2009
    r79 (change to index.html to fix most HTTP connection timeout iss...) committed by surveyor.com   -   change to index.html to fix most HTTP connection timeout issues
    change to index.html to fix most HTTP connection timeout issues
  • Oct 12, 2009
    r78 ([No log message]) committed by surveyor.com   -   [No log message]
    [No log message]
  • Oct 12, 2009
    r77 (Fixed bug in 'vb' command which dumps 2^32 blob entries if t...) committed by surveyor.com   -   Fixed bug in 'vb' command which dumps 2^32 blob entries if too many blobs were found for a given color bin
    Fixed bug in 'vb' command which dumps 2^32 blob entries if too many blobs were found for a given color bin
  • Oct 12, 2009
    r76 (bug fix within svs_filter_plane) committed by fuzzgun   -   bug fix within svs_filter_plane
    bug fix within svs_filter_plane
  • Oct 12, 2009
    r75 (removed descriptor_match_threshold) committed by fuzzgun   -   removed descriptor_match_threshold
    removed descriptor_match_threshold
  • Oct 12, 2009
    r74 (minor changes to filtering) committed by fuzzgun   -   minor changes to filtering
    minor changes to filtering
  • Oct 10, 2009
    r73 (a few more comments for readability) committed by fuzzgun   -   a few more comments for readability
    a few more comments for readability
  • Oct 10, 2009
    r72 (outliers are assigned disparities on the best fit plane) committed by fuzzgun   -   outliers are assigned disparities on the best fit plane
    outliers are assigned disparities on the best fit plane
  • Oct 09, 2009
    r71 (svs_send_disparities includes probability. This is useful w...) committed by fuzzgun   -   svs_send_disparities includes probability. This is useful when updating grid maps.
    svs_send_disparities includes probability. This is useful when updating grid maps.
  • Oct 09, 2009
    r70 (disabled mapping and renamed a function) committed by fuzzgun   -   disabled mapping and renamed a function
    disabled mapping and renamed a function
  • Oct 08, 2009
    srv-blackfin-100809.zip (Test version with new HTTPD functionality) file uploaded by surveyor.com   -  
    Labels: Featured
    Labels: Featured
  • Oct 08, 2009
    r69 (SRV-1 firmware build for Blackfin - 8 October 2009 http...) committed by surveyor.com   -   SRV-1 firmware build for Blackfin - 8 October 2009 http://code.google.com/p/surveyor-srv1-firmware/downloads/list * added invert_video() support for OV7725 * added a delay to the post-command input buffer flush at the end of the main() polling loop * removed program dump from startup of picoC * extended HTTPD functionality with motor control overlay and tested compatibility with iPhone and Google Android
    SRV-1 firmware build for Blackfin - 8 October 2009 http://code.google.com/p/surveyor-srv1-firmware/downloads/list * added invert_video() support for OV7725 * added a delay to the post-command input buffer flush at the end of the main() polling loop * removed program dump from startup of picoC * extended HTTPD functionality with motor control overlay and tested compatibility with iPhone and Google Android
  • Sep 12, 2009
    srv-blackfin-091209.zip (Added support and primitive file system for HTTP GET) file uploaded by surveyor.com   -  
    Labels: Featured
    Labels: Featured
  • Sep 12, 2009
    r68 (* extended HTTP GET functionality with simple file system (0...) committed by surveyor.com   -   * extended HTTP GET functionality with simple file system (00.html ... 09.html stored in flash sectors 10/11 ... 28/29), where /00.html == /index.html and robot.cgi? is for robot control
    * extended HTTP GET functionality with simple file system (00.html ... 09.html stored in flash sectors 10/11 ... 28/29), where /00.html == /index.html and robot.cgi? is for robot control
  • Sep 08, 2009
    r67 (added motor controls to httpd.c - uses keypad controls, e.g....) committed by surveyor.com   -   added motor controls to httpd.c - uses keypad controls, e.g. '8' = forward, '5' = stop, etc
    added motor controls to httpd.c - uses keypad controls, e.g. '8' = forward, '5' = stop, etc
  • Sep 07, 2009
    r66 (* extending HTTP GET functionality with simple file system (...) committed by surveyor.com   -   * extending HTTP GET functionality with simple file system (00.html ... 09.html stored in flash, where 00.html == index.html) and robot.cgi for robot control. work in progress ...
    * extending HTTP GET functionality with simple file system (00.html ... 09.html stored in flash, where 00.html == index.html) and robot.cgi for robot control. work in progress ...
  • Sep 01, 2009
    r65 (* fixed issue with vblob() which wasn't searching the full m...) committed by surveyor.com   -   * fixed issue with vblob() which wasn't searching the full min-max YUV range when looking for color bin matches (replaced '<' with '<=', '>' with '>=')
    * fixed issue with vblob() which wasn't searching the full min-max YUV range when looking for color bin matches (replaced '<' with '<=', '>' with '>=')
  • Aug 23, 2009
    srv-blackfin-082309.zip (SVS update - fixes stalling caused by Matchport to right Bla...) file uploaded by surveyor.com
  • Aug 23, 2009
    r64 (* updated SVS code to support new map-building functions. '...) committed by surveyor.com   -   * updated SVS code to support new map-building functions. '$1' console command enables mapping * eliminated most startup messages from the slave Blackfin in SVS in order to solve a problem with the Matchport buffer filling and freezing the Blackfin
    * updated SVS code to support new map-building functions. '$1' console command enables mapping * eliminated most startup messages from the slave Blackfin in SVS in order to solve a problem with the Matchport buffer filling and freezing the Blackfin
  • Aug 20, 2009
    r63 (updated SVS code to support new map-building functions. '$1...) committed by surveyor.com   -   updated SVS code to support new map-building functions. '$1' console command enables mapping
    updated SVS code to support new map-building functions. '$1' console command enables mapping
  • Aug 18, 2009
    srv-blackfin-081809.zip (Rolled back to picoC 0.91; otherwise no changes from srv-bl...) file uploaded by surveyor.com
 
Hosted by Google Code