#how can I implement this pseudocode into RR

1 messages · Page 1 of 1 (latest)

swift quiver
#

I already have node baking

#

Also this is 3d so it needs to check up and down for neighbors not just surrounding

ruby hare
#

A* RRtroll

dire jay
#

this is djikstra I think

ruby hare
#

ye looking at it closer theres only f cost, just so used to that white background n coloring

dire jay
#

@swift quiver try to firstly understand the graph data structure

#

like why weights,vertices,edges even exist/are

#

you will have it much easier in general then

swift quiver
#

It’s from that tutorial everybody sends

dire jay
#

what tutorial?

#

can you send it

swift quiver
#

One sec

#

Wait wrong one

#

I ended up making the node baking in my own style I was able to check all possible neighbors, and then gather the neighbors that were in the node list but now I’m kind of stuck

#

By the way, what I’m confused about is where to close and open nodes

#

And kind of how to update the nodes after checking

swift quiver
# dire jay can you send it

Not trying to be annoying by pinging but here’s what I have done so far
1.Node baking
2.all neighbor nodes of current
3.able to check distance from start node and end node
4.ik how to do the F equation
5.a list of ints for all nodes so I can update F answer

swift quiver
#

Can one of yall please hop on rr and help me out ik im being annoying but ive been wanting to figure out A* for awhile now

swift quiver
#

@ruby hare @dire jay sorry for ping but I must do evil things for the sake of learning

swift quiver
dire jay
#

Sorry Im in school rn

swift quiver
swift quiver
thin oar
#

You just trying to make it where it roams or chases people also?

dire jay
swift quiver
swift quiver
#

I can do the targeting/roam system easy