-
Notifications
You must be signed in to change notification settings - Fork 99
/
control_filters.xml
27 lines (27 loc) · 1.11 KB
/
control_filters.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<class_libraries>
<library path="low_pass_filter">
<class name="control_filters/LowPassFilterDouble"
type="control_filters::LowPassFilter<double>"
base_class_type="filters::FilterBase<double>">
<description>
This is a low pass filter working with a double value.
</description>
</class>
<class name="control_filters/LowPassFilterWrench"
type="control_filters::LowPassFilter<geometry_msgs::msg::WrenchStamped>"
base_class_type="filters::FilterBase<geometry_msgs::msg::WrenchStamped>">
<description>
This is a low pass filter working with geometry_msgs::WrenchStamped.
</description>
</class>
</library>
<library path="rate_limiter">
<class name="control_filters/RateLimiterDouble"
type="control_filters::RateLimiter<double>"
base_class_type="filters::FilterBase<double>">
<description>
This is a rate limiter working with a double value.
</description>
</class>
</library>
</class_libraries>