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:

Go to the source code of this file.

Namespaces

namespace  inlanecruising_plugin
 
namespace  inlanecruising_plugin::smoothing
 

Functions

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