DoN's 3D Pathfinding for Flying A.I. [Support Thread]

D’oh! Logs = Output Log… not sure how I missed that lol. Thanks for the quick reply as well!!

So I’m seeing this in the log, and to be sure that nothing is overlapping, I checked both the BP_NavagatorPawn and the target bot, firstpersoncharacter, for any world static or world dynamic components - everything is set to “pawn”

When I get this message, it does rotate to look toward me then gives up the pursuit.

Edit: Think I left out the most important part - I’m getting this each time the persuit is aborted


DoNNavigationLog:Error: Pawn's initial position overlaps an obstacle. Pathfinding will not work from here, pawn needs to move to a nearby free spot first.
DoNNavigationLog:Warning: Substitute Origin or Destination (X=-40.000 Y=0.000 Z=0.000 offset) is being used for pawn to overcome initial overlap. (Can be disabled in QueryParams)
DoNNavigationLog:Error: Query timed out for Actor BP_NavigatorPawn_Fairy_14. Num iterations : 156500
DoNNavigationLog: Found empty pathsolution in Fly To node. Aborting task...
DoNNavigationLog:Error: Pawn's initial position overlaps an obstacle. Pathfinding will not work from here, pawn needs to move to a nearby free spot first.
DoNNavigationLog:Warning: Substitute Origin or Destination (X=-20.000 Y=0.000 Z=0.000 offset) is being used for pawn to overcome initial overlap. (Can be disabled in QueryParams)
DoNNavigationLog:Error: Query timed out for Actor BP_NavigatorPawn_Fairy_14. Num iterations : 146000
DoNNavigationLog: Found empty pathsolution in Fly To node. Aborting task...


And then this rolls through the log constantly:


DoNNavigationLog:Error: Pawn's initial position overlaps an obstacle. Pathfinding will not work from here, pawn needs to move to a nearby free spot first.
DoNNavigationLog:Error: Pawn's initial position overlaps an obstacle. Pathfinding will not work from here, pawn needs to move to a nearby free spot first.
DoNNavigationLog:Error: Error: Invalid Origin (X=456.253 Y=843.819 Z=67.459) passed to navigation path solver
DoNNavigationLog:Error: Error: Invalid Destination (X=-14.493 Y=-9.925 Z=274.393) passed to navigation path solver
DoNNavigationLog:Warning: Rules for passing vectors to the system:
You can use the default "Pawn" collision profile (default) for character meshes as long as you haven't added it to the ObstacleQueryChannels list in your Don Navigation Manager actor
3. Trigger volumes cannot the same object type as obstacles (don't use WorldStatic/WorldDynamic/etc). The reason for this is that the system uses overlaps instead of sweeps for optimal performance.
DoNNavigationLog:Error: Pawn's initial position overlaps an obstacle. Pathfinding will not work from here, pawn needs to move to a nearby free spot first.
DoNNavigationLog:Error: Pawn's initial position overlaps an obstacle. Pathfinding will not work from here, pawn needs to move to a nearby free spot first.
DoNNavigationLog:Error: Error: Invalid Origin (X=456.253 Y=843.819 Z=67.459) passed to navigation path solver
DoNNavigationLog:Error: Error: Invalid Destination (X=-14.493 Y=-9.925 Z=274.393) passed to navigation path solver
DoNNavigationLog:Error: Pawn's initial position overlaps an obstacle. Pathfinding will not work from here, pawn needs to move to a nearby free spot first.
DoNNavigationLog:Error: Pawn's initial position overlaps an obstacle. Pathfinding will not work from here, pawn needs to move to a nearby free spot first.
DoNNavigationLog:Error: Error: Invalid Origin (X=456.253 Y=843.819 Z=67.459) passed to navigation path solver
DoNNavigationLog:Error: Error: Invalid Destination (X=-14.493 Y=-9.925 Z=274.393) passed to navigation path solver
DoNNavigationLog:Error: Pawn's initial position overlaps an obstacle. Pathfinding will not work from here, pawn needs to move to a nearby free spot first.
DoNNavigationLog:Error: Pawn's initial position overlaps an obstacle. Pathfinding will not work from here, pawn needs to move to a nearby free spot first.
DoNNavigationLog:Error: Error: Invalid Origin (X=456.253 Y=843.819 Z=67.459) passed to navigation path solver
DoNNavigationLog:Error: Error: Invalid Destination (X=-14.493 Y=-9.925 Z=274.393) passed to navigation path solver

Also, while its looking for me and aborting the pursuit, I’m seeing these appearing:

http://image.prntscr.com/image/b4ffb826ef2443cab23bfe8ff93b2c07.png