Skip to content

Commit

Permalink
removed aloam estimator (will be available as separated plugin in
Browse files Browse the repository at this point in the history
mrs_aloam_core metapackage)
  • Loading branch information
petrlmat committed Oct 25, 2023
1 parent 586c6af commit b4e11e2
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 224 deletions.
18 changes: 0 additions & 18 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ set(Eigen_LIBRARIES ${Eigen_LIBRARIES})

set(LIBRARIES
MrsUavStateEstimators_Common
MrsUavStateEstimators_Aloam
MrsUavStateEstimators_GpsGarmin
MrsUavStateEstimators_GpsBaro
MrsUavStateEstimators_Rtk
Expand Down Expand Up @@ -134,23 +133,6 @@ add_dependencies(MrsUavStateEstimators_GpsBaro
${PROJECT_NAME}_gencfg
)

add_library(MrsUavStateEstimators_Aloam
src/estimators/state/aloam.cpp
)

target_link_libraries(MrsUavStateEstimators_Aloam
MrsUavStateEstimators_Common
${catkin_LIBRARIES}
${Eigen_LIBRARIES}
)

## Add configure headers for dynamic reconfigure
add_dependencies(MrsUavStateEstimators_Aloam
${${PROJECT_NAME}_EXPORTED_TARGETS}
${catkin_EXPORTED_TARGETS}
${PROJECT_NAME}_gencfg
)

add_library(MrsUavStateEstimators_HectorGarmin
src/estimators/state/hector_garmin.cpp
)
Expand Down
26 changes: 0 additions & 26 deletions config/private/aloam/aloam.yaml

This file was deleted.

Empty file.
Empty file.
Empty file.
6 changes: 0 additions & 6 deletions config/public/aloam/aloam.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions config/public/aloam/alt_aloam.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions config/public/aloam/hdg_aloam.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions config/public/aloam/lat_aloam.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions estimator_plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
</class>
</library>

<library path="lib/libMrsUavStateEstimators_Aloam">
<class name="mrs_uav_state_estimators/Aloam" type="mrs_uav_state_estimators::aloam::Aloam" base_class_type="mrs_uav_managers::StateEstimator">
<description>Aloam state estimator</description>
</class>
</library>

<library path="lib/libMrsUavStateEstimators_HectorGarmin">
<class name="mrs_uav_state_estimators/HectorGarmin" type="mrs_uav_state_estimators::hector_garmin::HectorGarmin" base_class_type="mrs_uav_managers::StateEstimator">
<description>HectorGarmin state estimator</description>
Expand Down
26 changes: 0 additions & 26 deletions src/estimators/state/aloam.cpp

This file was deleted.

0 comments on commit b4e11e2

Please sign in to comment.