go_away

Author Topic: $50 Robot A* pathfinding implementation  (Read 5789 times)

0 Members and 1 Guest are viewing this topic.

Offline pomprockerTopic starter

  • Supreme Robot
  • *****
  • Posts: 1,430
  • Helpful? 16
  • Sorry miss, I was giving myself an oil-job.
$50 Robot A* pathfinding implementation
« on: September 22, 2008, 04:11:58 PM »
I am writing a paper on A* best-first, graph traversal pathfinding algorithm for the class i'm in.

Next I want to come up with a Binary Heap implementation of it for the $50 robot for large grids.

Then I want to write a member tutorial on it.

Any advice?

Offline benji

  • Supreme Robot
  • *****
  • Posts: 832
  • Helpful? 0
Re: $50 Robot A* pathfinding implementation
« Reply #1 on: September 23, 2008, 04:30:56 PM »
try to include path smoothing,, as its very used in robots,, somtimes you dont want shortest path ,it may has many turns , robots seek smoothest paths  ;)
good ol' BeNNy

Offline pomprockerTopic starter

  • Supreme Robot
  • *****
  • Posts: 1,430
  • Helpful? 16
  • Sorry miss, I was giving myself an oil-job.
Re: $50 Robot A* pathfinding implementation
« Reply #2 on: September 25, 2008, 12:06:42 PM »
Is it possible to implement pathfinding without encoders, using only rangefinders????

Offline benji

  • Supreme Robot
  • *****
  • Posts: 832
  • Helpful? 0
Re: $50 Robot A* pathfinding implementation
« Reply #3 on: September 25, 2008, 03:50:53 PM »
if your robot moves the same distance you ordered him to,with small error then yea u can (legged robot)
adding an encoder would defenitly be a good add, id recommend a digital compass too
good ol' BeNNy

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,585
  • Helpful? 169
    • Society of Robots
Re: $50 Robot A* pathfinding implementation
« Reply #4 on: October 08, 2008, 04:55:43 AM »
Quote
I am writing a paper on A* best-first, graph traversal pathfinding algorithm for the class i'm in.

Next I want to come up with a Binary Heap implementation of it for the $50 robot for large grids.
The memory and processing on the $50 Robot is really poor . . . look into using flash for map storage, and add an xtal to boost processing speed.

 

Related Topics

  Subject / Started by Replies Last post
7 Replies
5307 Views
Last post November 21, 2008, 07:16:13 PM
by SciTech02
3 Replies
2718 Views
Last post June 17, 2009, 06:41:01 PM
by SciTech02
16 Replies
4522 Views
Last post April 11, 2010, 07:53:33 AM
by CraftMaster25
0 Replies
726 Views
Last post February 18, 2012, 07:36:35 PM
by bobthefirst1


Get Your Ad Here

data_list