Typing *random maze image python* into Google and clicking *I'm Feeling Lucky* gives me a page describing a script which outputs images like the following: [image: maze_py_test.gif] If you download that file, change the last line from: img.save("maze.png") to: img.save("maze.pgm") and run: python maze.py you'll get a file maze.pgm in the current directory. Change the value of the step tuple on line 10 to make the maze hallways larger or smaller. The size tuple on line 9 will change the dimensions of the maze image. Hope that helps, Tim On Mon, Jun 21, 2010 at 8:47 PM, Narasimhan wrote: > > still no reply > > "is there a way to create a random maze. in stage pkg we can change the > maze > by changing the .pgm file. but is there a way to create a random maze by a > program or a program that creates a random .pgm file." > -- > View this message in context: > http://ros-users.122217.n3.nabble.com/random-maze-tp910643p913313.html > Sent from the ROS-Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > ros-users mailing list > ros-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ros-users > _______________________________________________ > ros-users mailing list > ros-users@code.ros.org > https://code.ros.org/mailman/listinfo/ros-users >