gtsam-develop 4.3a0.dev202508212343__cp313-cp313-macosx_11_0_arm64.whl → 4.3a0.dev202508241820__cp313-cp313-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gtsam-develop might be problematic. Click here for more details.
- gtsam/.dylibs/{libgtsam.4.3a0.dev202508212343.dylib → libgtsam.4.3a0.dev202508241820.dylib} +0 -0
- gtsam/.dylibs/{libgtsam_unstable.4.3a0.dev202508212343.dylib → libgtsam_unstable.4.3a0.dev202508241820.dylib} +0 -0
- gtsam/__init__.pyi +14 -14
- gtsam/gtsam/__init__.pyi +1 -1
- gtsam/gtsam.cpython-313-darwin.so +0 -0
- {gtsam_develop-4.3a0.dev202508212343.dist-info → gtsam_develop-4.3a0.dev202508241820.dist-info}/METADATA +25 -12
- {gtsam_develop-4.3a0.dev202508212343.dist-info → gtsam_develop-4.3a0.dev202508241820.dist-info}/RECORD +10 -10
- gtsam_unstable/gtsam_unstable.cpython-313-darwin.so +0 -0
- {gtsam_develop-4.3a0.dev202508212343.dist-info → gtsam_develop-4.3a0.dev202508241820.dist-info}/WHEEL +0 -0
- {gtsam_develop-4.3a0.dev202508212343.dist-info → gtsam_develop-4.3a0.dev202508241820.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
gtsam/__init__.pyi
CHANGED
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
Module definition file for GTSAM
|
|
3
3
|
"""
|
|
4
4
|
from __future__ import annotations
|
|
5
|
-
from builtins import dict as KeyPairDoubleMap
|
|
6
5
|
from builtins import dict as MatchIndicesMap
|
|
6
|
+
from builtins import dict as KeyPairDoubleMap
|
|
7
7
|
from builtins import dict as IndexPairSetMap
|
|
8
|
+
from builtins import list as Pose3Pairs
|
|
8
9
|
from builtins import list as BinaryMeasurementsRot3
|
|
9
|
-
from builtins import list as BinaryMeasurementsPoint3
|
|
10
|
-
from builtins import list as BinaryMeasurementsUnit3
|
|
11
|
-
from builtins import list as Point2Vector
|
|
12
|
-
from builtins import list as BetweenFactorPose3s
|
|
13
|
-
from builtins import list as Point2Pairs
|
|
14
|
-
from builtins import list as Rot3Vector
|
|
15
|
-
from builtins import list as KeyVector
|
|
16
10
|
from builtins import list as IndexPairVector
|
|
17
|
-
from builtins import list as
|
|
18
|
-
from builtins import list as
|
|
11
|
+
from builtins import list as BinaryMeasurementsUnit3
|
|
12
|
+
from builtins import list as Pose2Pairs
|
|
13
|
+
from builtins import list as Point3Pairs
|
|
19
14
|
from builtins import list as SfmTracks
|
|
20
|
-
from builtins import list as SfmMeasurementVector
|
|
21
15
|
from builtins import list as KeypointsVector
|
|
22
|
-
from builtins import list as
|
|
23
|
-
from builtins import list as SfmCameras
|
|
16
|
+
from builtins import list as Point2Pairs
|
|
24
17
|
from builtins import list as BetweenFactorPose2s
|
|
25
|
-
from builtins import list as
|
|
18
|
+
from builtins import list as SfmCameras
|
|
19
|
+
from builtins import list as BetweenFactorPose3s
|
|
20
|
+
from builtins import list as Point2Vector
|
|
21
|
+
from builtins import list as BinaryMeasurementsPoint3
|
|
26
22
|
from builtins import list as Pose3Vector
|
|
23
|
+
from builtins import list as KeyVector
|
|
24
|
+
from builtins import list as SfmMeasurementVector
|
|
25
|
+
from builtins import list as SfmTrack2dVector
|
|
26
|
+
from builtins import list as Rot3Vector
|
|
27
27
|
from gtsam.gtsam import AHRSFactor
|
|
28
28
|
from gtsam.gtsam import AcceleratingScenario
|
|
29
29
|
from gtsam.gtsam import AlgebraicDecisionTreeKey
|
gtsam/gtsam/__init__.pyi
CHANGED
|
@@ -2981,7 +2981,7 @@ class DiscreteScenario(Scenario):
|
|
|
2981
2981
|
"""
|
|
2982
2982
|
Named constructor to create a scenario from a CSV file.
|
|
2983
2983
|
|
|
2984
|
-
The CSV file should contain a header row followed by data rows. All timestamps will be normalized so that the first timestamp in the file corresponds to t=0 for the scenario.
|
|
2984
|
+
The CSV file should contain a header row followed by data rows. All timestamps will be normalized so that the first timestamp in the file corresponds to t=0 for the scenario. CSV is expected to contain the following columns: t,q_w,q_x,q_y,q_z,v_x,v_y,v_z,p_x,p_y,p_z,w_x,w_y,w_z,a_x,a_y,a_z Other columns will be ignored.
|
|
2985
2985
|
|
|
2986
2986
|
Args:
|
|
2987
2987
|
csv_filepath: Path to the CSV file.
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gtsam-develop
|
|
3
|
-
Version: 4.3a0.
|
|
3
|
+
Version: 4.3a0.dev202508241820
|
|
4
4
|
Summary: Georgia Tech Smoothing And Mapping library
|
|
5
5
|
Home-page: https://gtsam.org/
|
|
6
6
|
Author: Frank Dellaert et. al.
|
|
@@ -45,14 +45,13 @@ mapping (SAM) in robotics and vision, using Factor Graphs and Bayes
|
|
|
45
45
|
Networks as the underlying computing paradigm rather than sparse
|
|
46
46
|
matrices.
|
|
47
47
|
|
|
48
|
-
The current support matrix is:
|
|
49
|
-
|
|
50
|
-
| Platform | Compiler | Build Status |
|
|
51
|
-
| :----------------: | :-------: | :------------------------------------------------------------------------------: |
|
|
52
|
-
| Ubuntu 22.04/24.04 | gcc/clang |  |
|
|
53
|
-
| macOS | clang |  |
|
|
54
|
-
| Windows | MSVC |  |
|
|
55
48
|
|
|
49
|
+
<!-- Main CI Badges (develop branch) -->
|
|
50
|
+
| CI Status | Platform | Compiler |
|
|
51
|
+
|:----------|:---------|:---------|
|
|
52
|
+
| [](https://github.com/borglab/gtsam/actions/workflows/build-python.yml?query=branch%3Adevelop) | Ubuntu 22.04, MacOS 13-14, Windows | gcc/clang,MSVC |
|
|
53
|
+
| [](https://github.com/borglab/gtsam/actions/workflows/vcpkg.yml?query=branch%3Adevelop) | Latest Windows/Ubuntu/Mac | - |
|
|
54
|
+
| [](https://github.com/borglab/gtsam/actions/workflows/build-cibw.yml?query=branch%3Adevelop) | See [pypi files](https://pypi.org/project/gtsam-develop/#files); no Windows| - |
|
|
56
55
|
|
|
57
56
|
On top of the C++ library, GTSAM includes [wrappers for MATLAB & Python](#wrappers).
|
|
58
57
|
|
|
@@ -66,15 +65,29 @@ In the root library folder execute:
|
|
|
66
65
|
mkdir build
|
|
67
66
|
cd build
|
|
68
67
|
cmake ..
|
|
69
|
-
make check
|
|
68
|
+
make check # optional, runs all unit tests
|
|
70
69
|
make install
|
|
71
70
|
```
|
|
72
71
|
|
|
73
72
|
Prerequisites:
|
|
74
73
|
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
74
|
+
- A modern compiler:
|
|
75
|
+
- Mac: at least xcode-14.2
|
|
76
|
+
- Linux: at least clang-11 or gcc-9
|
|
77
|
+
- Windows: at least msvc-14.2
|
|
78
|
+
- [CMake](http://www.cmake.org/cmake/resources/software.html) >= 3.0
|
|
79
|
+
- Ubuntu: `sudo apt-get install cmake`
|
|
80
|
+
|
|
81
|
+
Optional Boost prerequisite:
|
|
82
|
+
|
|
83
|
+
Boost is now *optional*. Two cmake flags govern its behavior:
|
|
84
|
+
- `GTSAM_USE_BOOST_FEATURES` = `ON|OFF`: some of our timers and concept checking in the tests still depend on boost.
|
|
85
|
+
- `GTSAM_ENABLE_BOOST_SERIALIZATION` = `ON|OFF`: serialization of factor graphs, factors, etc still is done using boost
|
|
86
|
+
|
|
87
|
+
If one or both of these flags are `ON`, you need to install [Boost](http://www.boost.org/users/download/) >= 1.70
|
|
88
|
+
- Mac: `brew install boost`
|
|
89
|
+
- Ubuntu: `sudo apt-get install libboost-all-dev`
|
|
90
|
+
- Windows: We highly recommend using the [vcpkg](https://github.com/microsoft/vcpkg) package manager. For other installation methods or troubleshooting, please see the guidance in the [cmake/HandleBoost.cmake](cmake/HandleBoost.cmake) script.
|
|
78
91
|
|
|
79
92
|
Optional prerequisites - used automatically if findable by CMake:
|
|
80
93
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
gtsam/symbol_shorthand.py,sha256=HlTV-Z5aB5cXWT5AsbKOeWZIHoXQsH2W1S90ET-tidA,236
|
|
2
|
-
gtsam/gtsam.cpython-313-darwin.so,sha256=
|
|
3
|
-
gtsam/__init__.pyi,sha256=
|
|
2
|
+
gtsam/gtsam.cpython-313-darwin.so,sha256=qu8mk_y67AFYqQKrngh-aofzOUamTZWw72_PFxYUeJM,18439760
|
|
3
|
+
gtsam/__init__.pyi,sha256=nfJ8y0e0SRwn2E4qMKzF48xVSrrU0kHfbRMKfq12Vdo,44359
|
|
4
4
|
gtsam/gtsfm.py,sha256=Udlkb6o5iUk69uxBkb88-W1GLfu1g8iSuZlLu-RRU0o,202
|
|
5
5
|
gtsam/__init__.py,sha256=6G-WPnb_FMQEJXNDDAmrKrQPau7evtd5svhTmMqhYSI,2011
|
|
6
6
|
gtsam/noiseModel.py,sha256=ybfIHa4sLXe78_k-Dib8nTaw34BRXqEDVtS2B9dzSO0,217
|
|
7
7
|
gtsam/imuBias.py,sha256=tz3bOCFl29iMycbGFoF-ud6kRsJYjA7DJ2RJoKPFRU8,209
|
|
8
8
|
gtsam/gtsam/utilities.pyi,sha256=i05kEneiWpMgXXo64Q0er5Ra-07ZXtSf4HafAq8bvjM,3395
|
|
9
9
|
gtsam/gtsam/gtsfm.pyi,sha256=YqHbjQW2aHsecKdORMcoGqJscEVvor4GH3Ve8ze9e6A,713
|
|
10
|
-
gtsam/gtsam/__init__.pyi,sha256=
|
|
10
|
+
gtsam/gtsam/__init__.pyi,sha256=oSNga9ubuwlVsC5fCqsFzfofindgf7--WIm502lbq6I,743044
|
|
11
11
|
gtsam/gtsam/so3.pyi,sha256=46DCpeWznNY3UMRjbnpSagaPwDer7_ZpUDwDLUS3Ceo,4534
|
|
12
12
|
gtsam/gtsam/imuBias.pyi,sha256=zXpyT6XAIoA6eOMRom7bzPc86BS_3VoO_oujcpsHct4,2808
|
|
13
13
|
gtsam/gtsam/symbol_shorthand.pyi,sha256=JMd25P7XvfC6iJJvLos3WmzmzJDgsCKtbzXBwBmvg34,1002
|
|
@@ -129,16 +129,16 @@ gtsam/utils/test_case.py,sha256=3wIqAW5_smes95XUJgUjD4v3FXACYSVzQ1l6MMdwSkA,1848
|
|
|
129
129
|
gtsam/utils/logging_optimizer.py,sha256=tRnzQKV4eT5djS0Ojy5J7OGu7oVRjZw7Jhjrx_VQVTU,4417
|
|
130
130
|
gtsam/utils/generate_trajectory.py,sha256=_1TZWhpRKj8ha0FOEmqUpEzAt3KLgwqyZJ4ueFD2jmE,2663
|
|
131
131
|
gtsam/.dylibs/libboost_thread.dylib,sha256=aT1DCt1Kvw1A2w2mRHIJhZRFrYmoDaI5xYM6wEt86L8,137200
|
|
132
|
-
gtsam/.dylibs/libgtsam_unstable.4.3a0.
|
|
132
|
+
gtsam/.dylibs/libgtsam_unstable.4.3a0.dev202508241820.dylib,sha256=Wic4r7HBWK3J00IcBMsh718iGP-Rno5uTSLgiifdqsI,1623248
|
|
133
133
|
gtsam/.dylibs/libboost_regex.dylib,sha256=XWw3H3ehJjFuFVSSDGo2lyKOIsoTQ-0Aaf1ekhsQJfY,356464
|
|
134
134
|
gtsam/.dylibs/libboost_serialization.dylib,sha256=7OW78djID14u2YB_F_TuXomOIsEpt8I7RnCAGuGmwCc,418288
|
|
135
135
|
gtsam/.dylibs/libboost_timer.dylib,sha256=leVXIyCdydip4vwIm-Ghrt6UGy_Q-yhL2f8ITyfRku0,81520
|
|
136
136
|
gtsam/.dylibs/libboost_filesystem.dylib,sha256=WUuuO1JZADriLciFi63Ky4dmqt1KA7_V6DcNdzCANSo,197328
|
|
137
137
|
gtsam/.dylibs/libcephes-gtsam.1.0.0.dylib,sha256=pNZtgCIaV7_dC0WPXobOc8sNvd_0WQo1AdYxUsqZ1D0,176352
|
|
138
|
-
gtsam/.dylibs/libgtsam.4.3a0.dev202508212343.dylib,sha256=K2qnFvhvTsZuMOYQFuiXR-H80cEPgqF2-ky8EzLkjZ4,5958176
|
|
139
138
|
gtsam/.dylibs/libmetis-gtsam.dylib,sha256=Od5V_NOZKhxu5cEw1wMfGxk3l0_2LEhV-GkEwnqyx4Q,449504
|
|
140
139
|
gtsam/.dylibs/libboost_atomic.dylib,sha256=AbG9FmLd7biQVvDL9F7_sLOEgmhgj5bwxX98c5jnVVc,104160
|
|
141
140
|
gtsam/.dylibs/libboost_date_time.dylib,sha256=zkeDyIl7aGu1K5avCbDjtJURdIPT8llHnNZ-G7N-_Cc,35008
|
|
141
|
+
gtsam/.dylibs/libgtsam.4.3a0.dev202508241820.dylib,sha256=qLSV7Dr3H6Wr7VZOj2Y7k_46O3r3GBYlFHwsIzdnmpU,5958976
|
|
142
142
|
gtsam/.dylibs/libboost_system.dylib,sha256=W2i7A0l2E-Kkxdzs6E4Fr0S3hXTfBJOJ0WW32M3Fqh8,34992
|
|
143
143
|
gtsam/.dylibs/libboost_chrono.dylib,sha256=WTFx4Mqt77f3jd9cE11WxBAABvcmj23DbMxXwXkTz2o,79824
|
|
144
144
|
gtsam/examples/simulation.py,sha256=VAopcCosvdtXRy6xe547EDz73lXhLiYbPnFQZWjo2wU,5405
|
|
@@ -250,14 +250,14 @@ gtsam/Data/Balbianello/BalbianelloMedium-4.key.gz,sha256=P6tu3JmA0NKlcFYdgYczTOH
|
|
|
250
250
|
gtsam/Data/Balbianello/BalbianelloMedium-1.key.gz,sha256=RgT7tVXXOwvDug20TW-9xtoeO3dSSPMF1n9DaKxdrIw,332878
|
|
251
251
|
gtsam/Data/Balbianello/BalbianelloMedium-3.key.gz,sha256=yNMcyqwZCOj9FG-6qXQ9xhJjpM135cTBJYlOUBG0rnQ,296236
|
|
252
252
|
gtsam/Data/Balbianello/BalbianelloMedium-5.key.gz,sha256=4veDrxRdLH8k1DIhgj1984MitZ7nAWoXDWTWyXuu7Lg,241361
|
|
253
|
-
gtsam_develop-4.3a0.dev202508212343.dist-info/RECORD,,
|
|
254
|
-
gtsam_develop-4.3a0.dev202508212343.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
|
|
255
|
-
gtsam_develop-4.3a0.dev202508212343.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
|
|
256
|
-
gtsam_develop-4.3a0.dev202508212343.dist-info/METADATA,sha256=huLNCJ3scOIs_cnqXyM8qYjOO2sIWw_rR-2OJ1POJpw,7789
|
|
257
253
|
gtsam_unstable/__init__.py,sha256=FPc_oO5PFQZbrfpgugzQuI6LJfP1fzq82UQf_nuyGtk,30
|
|
258
|
-
gtsam_unstable/gtsam_unstable.cpython-313-darwin.so,sha256=
|
|
254
|
+
gtsam_unstable/gtsam_unstable.cpython-313-darwin.so,sha256=JWJ-h8FQ_V2KmCXyVtMcYfJzk7tlavRGEGUROKFXsBU,2050224
|
|
259
255
|
gtsam_unstable/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
260
256
|
gtsam_unstable/tests/test_ProjectionFactorRollingShutter.py,sha256=t2l62uWoXfjrM8oH6ogV7M20WjTYKZ4CSferdurMIY0,2156
|
|
261
257
|
gtsam_unstable/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
262
258
|
gtsam_unstable/examples/LocalizationExample.py,sha256=na47I1PQ_5Tenj8Wg2LBg3GaqP32O4yEb8jtRWKu0P8,2882
|
|
263
259
|
gtsam_unstable/examples/TimeOfArrivalExample.py,sha256=uky5ps4Ng83C0Q_s2EAc64Af6iztQjXXdj3ahifRXoI,3737
|
|
260
|
+
gtsam_develop-4.3a0.dev202508241820.dist-info/RECORD,,
|
|
261
|
+
gtsam_develop-4.3a0.dev202508241820.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
|
|
262
|
+
gtsam_develop-4.3a0.dev202508241820.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
|
|
263
|
+
gtsam_develop-4.3a0.dev202508241820.dist-info/METADATA,sha256=Fyn8l-4CJfBQxdpfQCUJ_nLfbhGbS308gORzO3OaWKE,8808
|
|
Binary file
|
|
File without changes
|
|
File without changes
|