Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The context steering module is a smart steering behaviour. It generates multiple rays around the agent and uses other directional and avoidance modules to choose the best direction.



Attributes

AttributesTypeOverridableDescription
numSamplesintnoNumber of samples.
maxDistancefloatnoMax distance.
maxTurnAngledoublenoThe max turn angle.
dangerThresholddoubleyesIgnore direction that has a danger value higher than this threshold.
angleThresholddoubleyesIgnore directions that have an angle higher than this value. It sets the maximum danger value on the samples outside this angle.
angleThresholdMetadatastringyesMetadata used to control the angleThreshold.
alignAtInitboolyesIgnore the max turn angle when the agent is created.
debugboolnoActivate the draw debug visualization.
editLocomotionLinearVelocityboolyesIf on, this module will edit the targetLinearVelocity metadata used by the locomotion system.
editLocomotionAngularVelocityboolyesIf on, this module will edit the targetAngularVelocity metadata used by the locomotion system.
maxLinearAccelerationdoubleyesMaximum linear acceleration per frame.


 

  • No labels