Limit Acceleration#

module:

navground.core.behavior_modulations

A modulation that limits accelerations.

Registered properties:

Construct a new instance

Parameters:
  • max_acceleration – The maximal acceleration

  • max_angular_acceleration – The maximal angular acceleration

Type:

float

The maximal acceleration.

Type:

float

The maximal angular acceleration.