#include <lp_filter.h>
Definition at line 44 of file lp_filter.h.
◆ LowPassFilter() [1/2]
◆ LowPassFilter() [2/2]
LowPassFilter::LowPassFilter |
( |
double |
cutoff_freq | ) |
|
|
explicit |
◆ input() [1/2]
void LowPassFilter::input |
( |
double |
in | ) |
|
◆ input() [2/2]
void LowPassFilter::input |
( |
double |
in, |
|
|
ros::Time |
time |
|
) |
| |
◆ output()
double LowPassFilter::output |
( |
| ) |
|
◆ reset()
void LowPassFilter::reset |
( |
| ) |
|
◆ c_
double LowPassFilter::c_ = 1. |
|
private |
◆ cutoff_frequency_
double LowPassFilter::cutoff_frequency_ = -1 |
|
private |
◆ delta_t_
◆ in_
double LowPassFilter::in_[3] {} |
|
private |
◆ is_debug_
bool LowPassFilter::is_debug_ {} |
|
private |
◆ out_
double LowPassFilter::out_[3] {} |
|
private |
◆ prev_time_
◆ realtime_pub_
◆ tan_filt_
double LowPassFilter::tan_filt_ = 1. |
|
private |
The documentation for this class was generated from the following files: