From e7515a56f07894822948f2c949a51a0c39c2038d Mon Sep 17 00:00:00 2001 From: Matej Petrlik Date: Mon, 18 Mar 2024 20:12:34 +0100 Subject: [PATCH] added mins packages --- mrs.yaml | 20 ++++++++++++++++++++ thirdparty.yaml | 8 ++++++++ 2 files changed, 28 insertions(+) diff --git a/mrs.yaml b/mrs.yaml index 43942062ba..d76df21a9f 100644 --- a/mrs.yaml +++ b/mrs.yaml @@ -508,3 +508,23 @@ mrs_uav_unreal_simulation: stable: release ros_test: enabled: false + +mrs_mins_estimator_plugin: + architecture: [amd64, arm64] + source: https://github.com/ctu-mrs/mrs_mins_estimator_plugin + git_refs: + unstable: master + testing: release_candidate + stable: release + ros_test: + enabled: false + +mrs_mins_core: + architecture: [amd64, arm64] + source: https://github.com/ctu-mrs/mrs_mins_core + git_refs: + unstable: master + testing: release_candidate + stable: release + ros_test: + enabled: false diff --git a/thirdparty.yaml b/thirdparty.yaml index cdfd733804..902554ee7d 100644 --- a/thirdparty.yaml +++ b/thirdparty.yaml @@ -77,3 +77,11 @@ open_vins: unstable: master testing: release_candidate stable: release + +mins_ov_core: + architecture: [amd64, arm64] + source: https://github.com/ctu-mrs/mins + git_refs: + unstable: master + testing: release_candidate + stable: release