15 #ifndef DtGroundCollisionAvoidanceDescriptor_H_
16 #define DtGroundCollisionAvoidanceDescriptor_H_
61 virtual DtReal stoppingDistanceFactor()
const;
62 virtual void setStoppingDistanceFactor(DtReal
distance);
67 virtual DtReal lateralClearance()
const ;
68 virtual void setLateralClearance(DtReal distance);
73 virtual DtReal timeToCollide()
const;
74 virtual void setTimeToCollide(DtReal frames);
DtRwReal myLateralClearance
Parameter Name: lateral-clearance Parameter Description: The width (in meters) added to the length of...
Definition: groundCollisionAvoidanceDescriptor.h:107
DtGroundCollisionControllerDescriptor is a kind of DtComponentDescriptor containing parameters for a ...
Definition: groundCollisionAvoidanceDescriptor.h:35
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myTimeToCollide
Parameter Name: time-to-collide Parameter Description: The minimum time before a collision (in second...
Definition: groundCollisionAvoidanceDescriptor.h:100
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points. Coordinates are in local database coordinates The coordinat...
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
DtRwReal myStoppingDistanceFactor
Parameter Name: stopping-distance-factor Parameter Description: The factor by which the collision avo...
Definition: groundCollisionAvoidanceDescriptor.h:115
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()