path-finding
Pathfinding with Dynamic Obstacles
I am implementing a simulation that requires me to have some pathfinding. A* works fine for me when my environment does not change.[详细]
2023-03-05 17:41 分类:问答Scent based pathfinding using C# in games
Was wondering if anyone has knowledge on implementing pathfinding, b开发者_开发技巧ut using scent. The stronger the scent in the nodes surrounding, is the way the \'enemy\' moves towards.[详细]
2023-03-05 16:25 分类:问答Possible datasets for testing path finding algorithms
I\'m doing some work on pathfinding. So far I have test开发者_如何学Goed my code on scenes composed of 2D cells.[详细]
2023-03-05 01:30 分类:问答A Star Algorithm - Help on G and H part
I am having a bit of trouble getting the H and G to function properly. What is happening is when I run the program it sometimes finds the best path and sometimes goes way out of the way to get to the[详细]
2023-03-04 22:03 分类:问答Java - gov.nasa.jpf.jvm.Verify Pathfinder Package Doesn't Exist
I am attempting use Java Pathfinder and I have pathfinder working. import gov.nasa.jpf.jvm.Verify; user.java:2: package gov.nasa.jpf.jvm does not exist[详细]
2023-03-01 17:45 分类:问答A simple robot simulator which has automatic IR scanning for coordinates and simple state mapping
I am currently doing a project for a post-grad agents paper. For my project I have an idea about extending anytime searches such as ARA* ADA* and DLite*. I want to test this idea by simulating it on a[详细]
2023-02-27 06:07 分类:问答Unable to implement A Star in java
I\'ve been trying all day to get this algorithm up and running, but I cant for the life of me. I\'ve read many tutorials on the net, and source code in AS3, javascript, and C++; but I cannot adapt wha[详细]
2023-02-22 23:00 分类:问答Pathing in 3D using Curve3D class - Problems
Im currently working on a project that involves generating a random track (fixed increments on the Z axis and randomized X and Y to create a bumpy/bendy track) i have the track implemented using Catmu[详细]
2023-02-19 17:02 分类:问答C# Pathing algorithm for moving a object from point(X, Y) to point(X, Y)
Given a object which may move forward, backward, left and right at a given X,Y point. How to efficiently direct the object to a X,Y point using the given movement mechanics in the most efficient and h[详细]
2023-02-18 16:22 分类:问答Good container for insert-in-order? C++
Hi I was wondering what the best container for inserting elements in order in? A map I think is unnecessary since I am just going to be accessing the element at the fro开发者_StackOverflownt, popping[详细]
2023-02-16 17:41 分类:问答