Search Criteria
Package Details: kimera-vio-monado-git r3580.a8aa8a03-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kimera-vio-monado-git.git (read-only, click to copy) |
---|---|
Package Base: | kimera-vio-monado-git |
Description: | Visual Inertial Odometry pipeline for accurate State Estimation from Stereo/Mono + IMU data |
Upstream URL: | https://gitlab.freedesktop.org/mateosss/Kimera-VIO |
Licenses: | BSD |
Submitter: | haagch |
Maintainer: | haagch |
Last Packager: | haagch |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-12-07 14:47 (UTC) |
Last Updated: | 2023-03-12 23:22 (UTC) |
Dependencies (15)
- dbow2 (dbow2-openvslam-gitAUR, dbow2-gitAUR)
- gflags (gflags-gitAUR)
- google-glog (glog-gitAUR)
- gtsamAUR (gtsam-gitAUR, gtsamAUR, gtsam-mklAUR)
- kimera-rpgo (kimera-rpgo-gitAUR)
- opencv (opencv-cuda)
- opengv (opengv-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- vtk (vtk-gitAUR) (make)
Required by (1)
- monado-git (optional)
Latest Comments
dreieck commented on 2024-06-04 15:25 (UTC)
build()
fails for me withTracker-definitions.h:119:33: error: ‘identity’ is not a member of ‘gtsam::Pose3’
:Regards!
dreieck commented on 2024-06-04 15:21 (UTC) (edited on 2024-06-04 15:22 (UTC) by dreieck)
This
PKGBUILD
downloads stuff inbuild()
.If you really cannot move it into the
source
array, then please download it inprepare
so thatbuild()
can run offline:(Please try to download the "vocabulary file from dropbox" via the
source
array and copy or symlink it into place duringprepare()
.)This also solves errors due to interrupted downloads (e.g. network errors):
Regards!
dreieck commented on 2024-06-04 15:17 (UTC)
Please add
provides=("kimera-vio-monado")
andconflicts=("kimera-vio-monado")
.Regards and thanks for maintaining!
cobaltspace commented on 2023-03-04 01:25 (UTC)
Missing
git
,boost
,qt5-base
,vtk
,glew
, &fmt
in makedepends