VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
bhaveSim
vrfGroundPlatformBot.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include <
bhaveSim/bhaveSimDefines.h
>
9
#include "
bhaveSim/vrfEntityBot.h
"
10
#include "
bhaveSim/modifierGroundPlatformDetectAccident.h
"
11
#include "
bhaveSim/modifierGroundPlatformSteering.h
"
12
#include "
bhaveSim/drivingEntityAttribute.h
"
13
14
#include <kyruntime.h>
15
16
namespace
BHAVE
17
{
18
19
class
DT_DLL_bhaveSim
DtVrfGroundPlatformBot
:
public
DtVrfEntityBot
20
{
21
public
:
22
KY_DECLARE_BOT(
DtVrfGroundPlatformBot
)
23
24
DtVrfGroundPlatformBot
( );
25
virtual
~
DtVrfGroundPlatformBot
();
26
28
virtual
KyResult OnInitialize();
29
31
virtual
void
initializeModifiers(Kaim::Modifiers& mod);
32
33
virtual
void
updateFromVrf();
34
36
virtual
bool
usingRoadMovement();
37
38
virtual
void
setApproachSpeed(
double
approachSpeed);
39
virtual
void
setNearDistance(
double
nearDistance);
40
41
double
pathDataHeight()
const
;
42
43
protected
:
44
Kaim::DtModifierGroundPlatformDetectAccident
*
myModifiedDetectAccident
;
45
Kaim::Goto_RepulsorDynamicAvoidance*
myRepulsorDA
;
46
DtModifierGroundPlatformSteering
*
myModifiedSteering
;
47
48
DtDrivingEntityAttribute
*
myDrivingAttribute
;
49
};
50
51
}
//namespace BHAVE
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)