gwnavruntime/pathfollower/resettrajectorystatus.h Source File

resettrajectorystatus.h
Go to the documentation of this file.
1 /*
2 * Copyright 2016 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 #pragma once
8 
9 namespace Kaim
10 {
11 
12 // Values above ResetTrajectoryStatus_Success allows the Trajectory to be reset.
14 {
19 
21 
25 };
27 
30 {
33 }
34 
37 {
39 }
40 
41 }
42 
PathEdgeType to move on forward from the given PositionOnPath is outside NavMesh and Bot is outside N...
Definition: resettrajectorystatus.h:23
bool ResetTrajectoryStatus_Succeeded(ResetTrajectoryStatus status)
Note that ResetTrajectoryStatus_Pending is not considered as a success here, since it could failed in...
Definition: resettrajectorystatus.h:36
PathEdgeType to move on forward from the given PositionOnPath is inside NavMesh and Bot is in side Na...
Definition: resettrajectorystatus.h:22
Bot in NavMesh but not in channel whereas PositionOnPath is on a portion of the Path that is associat...
Definition: resettrajectorystatus.h:24
PositionOnPath is in Invalid NavData or no Path is associated.
Definition: resettrajectorystatus.h:15
Typically, occurs when trying to ExitManualControl whereas the exit status is still pending...
Definition: resettrajectorystatus.h:20
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
Bot is outside NavMesh whereas PositionOnPath is on NavMesh.
Definition: resettrajectorystatus.h:16
bool ResetTrajectoryStatus_Failed(ResetTrajectoryStatus status)
Note that ResetTrajectoryStatus_Pending is not considered as a failure here, since it succeeded so fa...
Definition: resettrajectorystatus.h:29
Bot is NavMesh whereas PositionOnPath is on a portion of the Path that is associated to a channel...
Definition: resettrajectorystatus.h:17
Bot is in NavMesh but it cannot reach the Path in straight line.
Definition: resettrajectorystatus.h:18
ResetTrajectoryStatus
Definition: resettrajectorystatus.h:13