Skip to main content

Module lowpass_filter

Module lowpass_filter 

Source
Expand description

First-order low-pass filters for control signals.

Port of libfranka 0.21.2 include/franka/lowpass_filter.h and src/lowpass_filter.cpp.

Constants§

DEFAULT_CUTOFF_FREQUENCY
Default cutoff frequency. Port of franka::kDefaultCutoffFrequency.
MAX_CUTOFF_FREQUENCY
Maximum cutoff frequency. Port of franka::kMaxCutoffFrequency.

Functions§

cartesian_low_pass_filter
Applies a first-order low-pass filter to the translation and spherical linear interpolation to the rotation of a transformation matrix which represents a Cartesian motion.
low_pass_filter
Applies a first-order low-pass filter.