Arduino Forum
>
Topics
>
Robotics
>
NEED PATHFINDING ALGORITHM FOR ARDUINO
Print
Go Down
Pages:
[1]
Topic: NEED PATHFINDING ALGORITHM FOR ARDUINO
(Read 583 times)
previous topic
-
next topic
Rudey0107
Newbie
Posts: 1
Karma: 0
[add]
NEED PATHFINDING ALGORITHM FOR ARDUINO
Jan 16, 2019, 09:41 pm
I am building a eco-friendly recycling bin that navigates itself around my school and efficiently recycles paper-waste. I need a prewritten algorithm in Arduino to determine the shortest path from one point to another with weighted, undirected segments. I know about Dijkstra's Algorithm and A*, but I'm greatly struggling to make a program myself. Does anyone know of a preexisting one or have the capability to create one themselves for me? Thank you very much.
jremington
Brattain Member
Posts: 29,908
Karma: 2071
[add]
Trust in Allah, but tie up your camel
Re: NEED PATHFINDING ALGORITHM FOR ARDUINO
#1
Jan 16, 2019, 10:09 pm
On this part of the forum, we don't write code, rather we help people solve problems with existing code.
Consider posting your request on the Gigs and Collaborations forum section, and be prepared to pay for the help.
Willpatel_Kendmirez
Guest
Re: NEED PATHFINDING ALGORITHM FOR ARDUINO
#2
Jan 17, 2019, 06:30 am
Quote from: Rudey0107 on Jan 16, 2019, 09:41 pm
algorithm in Arduino
Algorithms by definition are not "in" any language (if by "in Arduino" you mean in the language used to program an Arduino).
And your subject refers to ALGORITHM.
So it's not 100% clear to me (but it might just be me) if you want an algorithm (the logical steps laid out somehow so that you can write the code based on that description) or if you want code.
Print
Go Up
Pages:
[1]
Loading...