Project

General

Profile

Revision 1929

Added by Joseph Lee about 13 years ago

forgot to uncomment some things in update_linefollow.pl

View differences:

trunk/code/projects/traffic_navigation/update_linefollow.pl
5 5
$line = `pwd`;
6 6
if($line =~ /linefollowing/igs) {
7 7
	print "Cannot modify linefollow code from linefollow\n";
8
} #else {
9
#	`rm lineFollow.*`;
10
#	`rm lineFollow.*`;
11
#	`cp ../linefollowing/lineFollow.* .`;
12
#	`cp ../linefollowing/lineDrive.* .`;
13
#}
8
} else {
9
	`rm lineFollow.*`;
10
	`rm lineFollow.*`;
11
	`cp ../linefollowing/lineFollow.* .`;
12
	`cp ../linefollowing/lineDrive.* .`;
13
}
14 14

  
15 15

  

Also available in: Unified diff