VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)