Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
filters.hpp File Reference
#include <vector>
#include <deque>
#include <algorithm>
#include <stdexcept>
Include dependency graph for filters.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  basic_autonomy
 
namespace  basic_autonomy::smoothing
 

Functions

std::vector< double > basic_autonomy::smoothing::moving_average_filter (const std::vector< double > input, int window_size, bool ignore_first_point=true)
 Extremely simplie moving average filter. More...