VR-Forces 4.1.1 Class Documentation
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 
13 
14 #include <kyruntime.h>
15 
16 namespace BHAVE
17 {
18 
20 {
21 public:
22  KY_DECLARE_BOT( DtVrfGroundPlatformBot )
23 
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:
45  Kaim::Goto_RepulsorDynamicAvoidance* myRepulsorDA;
47 
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)