Skip to content

Commit

Permalink
removed non-core estimators
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Oct 26, 2023
1 parent 5f050c0 commit d41c3af
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 511 deletions.
36 changes: 0 additions & 36 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ set(LIBRARIES
MrsUavStateEstimators_GpsBaro
MrsUavStateEstimators_Rtk
MrsUavStateEstimators_RtkGarmin
MrsUavStateEstimators_HectorGarmin
MrsUavStateEstimators_Vio
MrsUavStateEstimators_Passthrough
MrsUavStateEstimators_GroundTruth
MrsUavStateEstimators_Dummy
Expand Down Expand Up @@ -133,40 +131,6 @@ add_dependencies(MrsUavStateEstimators_GpsBaro
${PROJECT_NAME}_gencfg
)

add_library(MrsUavStateEstimators_HectorGarmin
src/estimators/state/hector_garmin.cpp
)

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

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

add_library(MrsUavStateEstimators_Vio
src/estimators/state/vio.cpp
)

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

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

add_library(MrsUavStateEstimators_Rtk
src/estimators/state/rtk.cpp
)
Expand Down
Empty file.
Empty file.
26 changes: 0 additions & 26 deletions config/private/hector_garmin/hector_garmin.yaml

This file was deleted.

Empty file.
Empty file removed config/private/vio/alt_garmin.yaml
Empty file.
Empty file removed config/private/vio/alt_vio.yaml
Empty file.
Empty file removed config/private/vio/hdg_vio.yaml
Empty file.
Empty file removed config/private/vio/lat_vio.yaml
Empty file.
26 changes: 0 additions & 26 deletions config/private/vio/vio.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions config/public/hector_garmin/alt_garmin.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions config/public/hector_garmin/hdg_hector.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions config/public/hector_garmin/hector_garmin.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions config/public/hector_garmin/lat_hector.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions config/public/vio/alt_garmin.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions config/public/vio/alt_vio.yaml

This file was deleted.

Loading

0 comments on commit d41c3af

Please sign in to comment.