Main Menu

Path Finding

Started by monkeybot, January 22, 2013, 05:15:09 PM

Previous topic - Next topic

monkeybot

New Version of Path Finding
Map solving thing.

This is a tech demo.
I will implement kevin's suggested optimisations ASAP,so it will be faster.

a bitmap map is loaded this can be altered with the mouse controls.
you can draw your own map if you fancy

s to save

t to test map at current solving resolution.

press spacebar to get to map solving bit.

set start location with RMB
set end location with LMB

The first time a map is solved will always be a bit slow but after the initial working out is done it will function much more quickly.


Thanks for having a look.





kevin

#1
 while i understand it's a tech demo, so mostly likely it doesn't have any pretty art.. but a screen shot is always nice.


monkeybot

I think that would probably put people off if anything

Sigtrygg

Cool algorithm!
Is this useable for robotics?

Bye ,
Sigtrygg

micky4fun

Hi all

yep nice demo , how about a bigger map with moving object?

mick :)

monkeybot

QuoteCool algorithm!
Is this useable for robotics?

i suppose it would after the robot senses its surroundings and builds a map,which is probably the tricky bit.