#include <interpolation_filter.h>

Public Member Functions | |
| bool | configure () |
| bool | update (const sensor_msgs::LaserScan &input_scan, sensor_msgs::LaserScan &filtered_scan) |
| virtual | ~InterpolationFilter () |
Public Member Functions inherited from filters::FilterBase< sensor_msgs::LaserScan > | |
| bool | configure (const std::string ¶m_name, ros::NodeHandle node_handle=ros::NodeHandle()) |
| bool | configure (XmlRpc::XmlRpcValue &config) |
| FilterBase () | |
| const std::string & | getName () |
| std::string | getType () |
| virtual | ~FilterBase () |
Additional Inherited Members | |
Protected Member Functions inherited from filters::FilterBase< sensor_msgs::LaserScan > | |
| bool | getParam (const std::string &name, std::string &value) |
| bool | getParam (const std::string &name, XmlRpc::XmlRpcValue &value) |
| bool | getParam (const std::string &name, double &value) |
| bool | getParam (const std::string &name, std::vector< double > &value) |
| bool | getParam (const std::string &name, unsigned int &value) |
| bool | getParam (const std::string &name, int &value) |
| bool | getParam (const std::string &name, std::vector< std::string > &value) |
| bool | getParam (const std::string &name, bool &value) |
| bool | loadConfiguration (XmlRpc::XmlRpcValue &config) |
Protected Attributes inherited from filters::FilterBase< sensor_msgs::LaserScan > | |
| bool | configured_ |
| std::string | filter_name_ |
| std::string | filter_type_ |
| string_map_t | params_ |
Definition at line 50 of file interpolation_filter.h.
|
inlinevirtual |
Definition at line 59 of file interpolation_filter.h.
|
inlinevirtual |
Implements filters::FilterBase< sensor_msgs::LaserScan >.
Definition at line 54 of file interpolation_filter.h.
|
inlinevirtual |
Implements filters::FilterBase< sensor_msgs::LaserScan >.
Definition at line 63 of file interpolation_filter.h.