Limit Acceleration#
#include "navground/core/behavior_modulations/limit_acceleration.h"
A modulation that limits accelerations.
Registered properties:
max_acceleration (see get_max_acceleration)
max_angular_acceleration (see get_max_angular_acceleration)
Public Functions
Construct a new instance.
- Parameters:
max_acceleration – [in] The maximal acceleration
max_angular_acceleration – [in] The maximal angular acceleration
Gets the maximal acceleration.
- Returns:
A positive number
Sets the maximal acceleration.
- Parameters:
value – [in] A positive number. If lower than zero or infinite, clipping is disabled.
Gets the maximal angular acceleration.
- Returns:
A positive number
Sets the maximal angular acceleration.
- Parameters:
value – [in] A positive number. If lower than zero or infinite, clipping is disabled.