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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
Source: gtsam
Section: science
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
cmake,
libboost-filesystem-dev,
libboost-regex-dev,
libboost-serialization-dev,
libboost-thread-dev,
libboost-timer-dev,
libboost-program-options-dev,
libboost-chrono-dev,
libboost-date-time-dev,
libeigen3-dev,
libgeographiclib-dev,
libspectra-dev,
libsuitesparse-dev,
libmetis-dev,
libtbb-dev,
pybind11-dev,
python3-dev:any,
libpython3-dev,
python3-pyparsing,
python3-numpy,
chrpath
Build-Depends-Indep:
lyx,
texlive-latex-base,
ghostscript,
doxygen
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Standards-Version: 4.7.3
Homepage: https://gtsam.org
Vcs-Git: https://salsa.debian.org/science-team/gtsam.git
Vcs-Browser: https://salsa.debian.org/science-team/gtsam
Package: libgtsam4
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Factor graphs for sensor fusion in robotics
GTSAM is a C++ library that implements sensor fusion for robotics and computer
vision applications, including SLAM (Simultaneous Localization and Mapping), VO
(Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and
Bayes networks as the underlying computing paradigm rather than sparse matrices
to optimize for the most probable configuration or an optimal plan. Coupled
with a capable sensor front-end (not provided here), GTSAM powers many
impressive autonomous systems, in both academia and industry.
Package: libgtsam-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libgtsam4 (= ${binary:Version})
Recommends: libgtsam-doc
Description: Factor graphs for sensor fusion in robotics
GTSAM is a C++ library that implements sensor fusion for robotics and computer
vision applications, including SLAM (Simultaneous Localization and Mapping), VO
(Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and
Bayes networks as the underlying computing paradigm rather than sparse matrices
to optimize for the most probable configuration or an optimal plan. Coupled
with a capable sensor front-end (not provided here), GTSAM powers many
impressive autonomous systems, in both academia and industry.
.
Development files
Package: libgtsam-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-mathjax
Description: Factor graphs for sensor fusion in robotics
GTSAM is a C++ library that implements sensor fusion for robotics and computer
vision applications, including SLAM (Simultaneous Localization and Mapping), VO
(Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and
Bayes networks as the underlying computing paradigm rather than sparse matrices
to optimize for the most probable configuration or an optimal plan. Coupled
with a capable sensor front-end (not provided here), GTSAM powers many
impressive autonomous systems, in both academia and industry.
.
Documentation
Package: python3-gtsam
Section: python
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libgtsam4 (= ${binary:Version}),
${python3:Depends}, python3-numpy
Provides: ${python3:Provides}
Description: Factor graphs for sensor fusion in robotics
GTSAM is a C++ library that implements sensor fusion for robotics and computer
vision applications, including SLAM (Simultaneous Localization and Mapping), VO
(Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and
Bayes networks as the underlying computing paradigm rather than sparse matrices
to optimize for the most probable configuration or an optimal plan. Coupled
with a capable sensor front-end (not provided here), GTSAM powers many
impressive autonomous systems, in both academia and industry.
.
Python library
|