Project

General

Profile

Revision 251

Added by Rich Hong over 16 years ago

Update the shell script and README

View differences:

trunk/code/projects/colonet/vision/vision.sh
1 1
#!/bin/sh
2
wget http://roboclub9.frc.ri.cmu.edu/colonet.jpg
2
wget -q http://roboclub9.frc.ri.cmu.edu/colonet.jpg -O colonet.jpg
3 3
./vision colonet.jpg > colonet.txt
trunk/code/projects/colonet/vision/README
1 1
You need to have OpenCV installed and correct path configuration.
2

  
3
build_vision.sh to compile
4
vision.sh to run
5
colonet.txt contains the locations of each robot

Also available in: Unified diff