-
Notifications
You must be signed in to change notification settings - Fork 0
/
estimator_plugins.xml
47 lines (40 loc) · 2.25 KB
/
estimator_plugins.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<library path="lib/libMrsUavStateEstimators_GpsGarmin">
<class name="mrs_uav_state_estimators/GpsGarmin" type="mrs_uav_state_estimators::gps_garmin::GpsGarmin" base_class_type="mrs_uav_managers::StateEstimator">
<description>GpsGarmin state estimator</description>
</class>
</library>
<library path="lib/libMrsUavStateEstimators_GpsBaro">
<class name="mrs_uav_state_estimators/GpsBaro" type="mrs_uav_state_estimators::gps_baro::GpsBaro" base_class_type="mrs_uav_managers::StateEstimator">
<description>GpsBaro state estimator</description>
</class>
</library>
<library path="lib/libMrsUavStateEstimators_Rtk">
<class name="mrs_uav_state_estimators/Rtk" type="mrs_uav_state_estimators::rtk::Rtk" base_class_type="mrs_uav_managers::StateEstimator">
<description>Rtk state estimator</description>
</class>
</library>
<library path="lib/libMrsUavStateEstimators_RtkGarmin">
<class name="mrs_uav_state_estimators/RtkGarmin" type="mrs_uav_state_estimators::rtk_garmin::RtkGarmin" base_class_type="mrs_uav_managers::StateEstimator">
<description>RtkGarmin state estimator</description>
</class>
</library>
<library path="lib/libMrsUavStateEstimators_Passthrough">
<class name="mrs_uav_state_estimators/Passthrough" type="mrs_uav_state_estimators::passthrough::Passthrough" base_class_type="mrs_uav_managers::StateEstimator">
<description>Passthrough state estimator</description>
</class>
</library>
<library path="lib/libMrsUavStateEstimators_GroundTruth">
<class name="mrs_uav_state_estimators/GroundTruth" type="mrs_uav_state_estimators::ground_truth::GroundTruth" base_class_type="mrs_uav_managers::StateEstimator">
<description>GroundTruth state estimator</description>
</class>
</library>
<library path="lib/libMrsUavStateEstimators_Dummy">
<class name="mrs_uav_state_estimators/Dummy" type="mrs_uav_state_estimators::dummy::Dummy" base_class_type="mrs_uav_managers::StateEstimator">
<description>Dummy state estimator</description>
</class>
</library>
<library path="lib/libMrsUavStateEstimators_GarminAgl">
<class name="mrs_uav_state_estimators/GarminAgl" type="mrs_uav_state_estimators::garmin_agl::GarminAgl" base_class_type="mrs_uav_managers::AglEstimator">
<description>Garmin AGL height estimator</description>
</class>
</library>