Limiting the acceleration#
Modifies the command limiting acceleration to an interval.
Example#
The video has been recorded using
$ navground_py record_video limit_acceleration.yaml limit_acceleration.mp4 --factor 5
with the following configuration
steps: 900
time_step: 0.0333
scenario:
groups:
- type: quadrotor
color: darkcyan
number: 1
radius: 0.25
control_period: 0.1
orientation: 1
kinematics:
type: Omni
max_speed: 1
max_angular_speed: 3.14
behavior:
type: Dummy
heading: target_point
modulations:
- type: LimitAcceleration
max_acceleration: 0.5
max_angular_acceleration: 0.25
task:
type: Waypoints
waypoints: [[2, 0], [-2, 0]]
loop: true
tolerance: 0.5