paralleldomain.data_lab.behaviors.static¶
- class LookAtPointBehavior(look_from, look_at)¶
Assigns a static behavior to an agent which causes it faces towards a particular point in world space
- class StaticBehavior(pose)¶
Assigns a static behavior with a given pose to an agent
- Parameters:
pose (
Transformation
) – The pose that should be maintained throughout the scenario. This pose will not change throughout the scenario.