% visgraph inputpolyfilename xinit yinit xgoal ygoalFor example, the input file may be obstacles.txt , xinit may be 30, yinit may be 90, xgoal may be 65, and ygoal may be 25.
Your program should output the coordinates of the vertices on the shortest path to the screen. It should also generate a file "path.txt" with the line segments of the path specified as bold lines in the same format as linefile.txt. You must also additionally specify all the visibility edges as regular lines in "path.txt". For proper displaying, make sure you list all the bold lines of the path before you list the regular lines of the visibility edges in "path.txt".
These machines do not accept unencrypted connections. You should use some version of ssh to connect. If you are connecting from a PC, you can get TeraTerm with SSH extensions from our web page at: http://www.cs.rpi.edu/lab/software
1. You must be on a CS machine running UNIX. The Ultras in the Sparc lab will
do fine.
2. Go to the directory in which all your source code (source and header files),
Makefile, and README file are placed.
3. Type "submit rmp" at the prompt.
This script will automatically tar, gzip, uu-encode and email the
entire directory contents. It tries to be smart about not including
executable and object files, core files, etc.
4. You will receive an automatic email reply showing all the files that were
submitted, along with a timestamp. This email is sent to your CS account,
so be sure to check there or forward email from there to your RCS account.
Let me know if you have any problems with this submission procedure.
Srinivas Akella