Limit Twist#

module:

navground.core.behavior_modulations

A simple modulation that clips the twist command.

Registered properties:

Construct a new instance

Parameters:
  • forward – The maximal forward speed

  • backward – The maximal backward speed

  • leftward – The maximal leftward speed

  • rightward – The maximal rightward speed

  • angular – The maximal angular speed

Type:

float

The maximal angular speed.

Type:

float

The maximal backward speed.

Type:

float

The maximal forward speed.

Type:

float

The maximal leftward speed.

Type:

float

The maximal rightward speed.